|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openxava.util.Photo
public class Photo
Wraps a byte array to allow store photos in
a database with no support to byte [] o
BLOBs, but yes java.lang.Object.
Serialize object for long term persistence is discourage,
hence use this class only in extreme cases.
| Field Summary | |
|---|---|
byte[] |
data
|
| Constructor Summary | |
|---|---|
Photo(byte[] data)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public byte[] data
| Constructor Detail |
|---|
public Photo(byte[] data)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||