|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--PalmDB.PRCRecord
Note: when parsing, each record has a pointer into the same block of data, so either treat it as read-only, or replace it with your own byte array to modify it. It would be nice if there was some API support for this stuff, but that would be work.
Field Summary | |
byte[] |
data
|
short |
id
|
int |
length
|
int |
offset
|
java.lang.String |
type
|
Constructor Summary | |
PalmDB.PRCRecord()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String type
public short id
public byte[] data
public int offset
public int length
Constructor Detail |
public PalmDB.PRCRecord()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |