|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
int |
fillField(byte[] data,
short size,
int offset)
Populates this fields data from the byte array passed in. |
int |
getSize()
|
int |
serializeField(int offset,
byte[] data)
Converts this field to it's byte array form. |
void |
toString(java.lang.StringBuffer str)
Appends the string representation of this field to the supplied StringBuffer. |
Method Detail |
public int getSize()
fillField()
public int fillField(byte[] data, short size, int offset)
data
- raw datasize
- size of dataoffset
- of the record's data (provided a big array of the file)
public void toString(java.lang.StringBuffer str)
str
- The string buffer to append to.public int serializeField(int offset, byte[] data)
offset
- The offset into the byte array to start writing to.data
- The data array to write to.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |