org.gnu.pilotlink
Class RawRecord

java.lang.Object
  extended by org.gnu.pilotlink.Record
      extended by org.gnu.pilotlink.RawRecord

public class RawRecord
extends Record


Field Summary
 
Fields inherited from class org.gnu.pilotlink.Record
ARCHIVED, attribs, BUSY, category, DELETED, DIRTY, id, size, SECRET
 
Constructor Summary
RawRecord(byte[] b, int sz, int attr, int cat)
           
RawRecord(byte[] b, long i, int sz, int attr, int cat)
           
 
Method Summary
 byte[] getBuffer()
          Gets the buffer attribute of the Record object
 void setBuffer(byte[] buf)
          Sets the buffer attribute of the Record object
 
Methods inherited from class org.gnu.pilotlink.Record
getAttribs, getCategory, getDateAt, getDateAt, getDateTimeAt, getDateTimeAt, getDoubleAt, getDoubleLongAt, getId, getIntAt, getIntAt, getLongAt, getSize, getStringAt, getStringAt, isArchived, isBusy, isDeleted, isDirty, isSecret, setArchived, setAttribs, setCategory, setDateAt, setDateTimeAt, setDirty, setDoubleAt, setDoubleLongAt, setId, setIntAt, setLongAt, setSecret, setSize, setStringAt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait
 

Constructor Detail

RawRecord

public RawRecord(byte[] b,
                 long i,
                 int sz,
                 int attr,
                 int cat)

RawRecord

public RawRecord(byte[] b,
                 int sz,
                 int attr,
                 int cat)
Method Detail

getBuffer

public byte[] getBuffer()
Description copied from class: Record
Gets the buffer attribute of the Record object

Specified by:
getBuffer in class Record
Returns:
The buffer value

setBuffer

public void setBuffer(byte[] buf)
Description copied from class: Record
Sets the buffer attribute of the Record object

Specified by:
setBuffer in class Record
Parameters:
buf - The new buffer value