|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CustomField
Method Summary | |
---|---|
int |
fillField(RecordInputStream in)
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 |
---|
int getSize()
fillField()
int fillField(RecordInputStream in)
in
- the RecordInputstream to read the record fromvoid toString(java.lang.StringBuffer str)
str
- The string buffer to append to.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 |