"

2013 FRC Java API

"

com.sun.squawk.rms
Interface IRecordEntry

All Superinterfaces:
IRmsEntry
All Known Implementing Classes:
RecordEntry

public interface IRecordEntry
extends IRmsEntry


Method Summary
 byte[] getBytes()
           
 int getBytes(byte[] bytes, int offset, int length)
           
 int getBytesLength()
           
 int getId()
           
 int getStoreId()
           
 void setBytes(byte[] bytes, int offset, int length)
           
 void setId(int id)
           
 void setStoreId(int id)
           
 
Methods inherited from interface com.sun.squawk.rms.IRmsEntry
getAddress, getType, readFrom, setAddress, size, visit, writeTo
 

Method Detail

getBytes

byte[] getBytes()

getBytes

int getBytes(byte[] bytes,
             int offset,
             int length)

getBytesLength

int getBytesLength()

getId

int getId()

getStoreId

int getStoreId()

setBytes

void setBytes(byte[] bytes,
              int offset,
              int length)

setId

void setId(int id)

setStoreId

void setStoreId(int id)

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"