|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Record
A record in a Palm database.
| Method Summary | |
|---|---|
void |
deserialize(byte[] data)
Populates this record's properties from a byte array. |
RecordHeader |
getHeader()
Gets the header for this record. |
byte[] |
serialize()
Creates a byte array representation of this record. |
void |
setHeader(RecordHeader header)
Sets the header for this record. |
| Method Detail |
|---|
RecordHeader getHeader()
RecordHeadervoid setHeader(RecordHeader header)
header - the headerRecordHeadervoid deserialize(byte[] data)
byte array. This should not contain
the record header.
byte[] serialize()
byte array representation of this record. This should not contain
the record header.
byte array
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||