|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for classes that represent data sturctures on disk.
| Method Summary | |
int |
getDataSize()
Get the size in bytes of the structure. |
void |
loadFromBuffer(byte[] buffer,
int offset)
Loads the object from a memory buffer |
| Method Detail |
public int getDataSize()
public void loadFromBuffer(byte[] buffer,
int offset)
throws FsException
buffer - a byte[] containing data to be read in populating the objectoffset - a int indicating the offset within the buffer to start parsing.
FsException - if a parse error occurs.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||