Class PalmDB.PRCRecord

java.lang.Object
  |
  +--PalmDB.PRCRecord
Enclosing class:
PalmDB

public static class PalmDB.PRCRecord
extends java.lang.Object

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

type

public java.lang.String type

id

public short id

data

public byte[] data

offset

public int offset

length

public int length
Constructor Detail

PalmDB.PRCRecord

public PalmDB.PRCRecord()