"

2013 FRC Java API

"

com.sun.squawk.rms
Class RmsEntry

java.lang.Object
  extended by com.sun.squawk.rms.RmsEntry
All Implemented Interfaces:
IRmsEntry
Direct Known Subclasses:
ApplicationDescriptorEntry, RecordEntry, RecordStoreEntry, RecordStoreSequenceEntry, UnknownEntry

public abstract class RmsEntry
extends Object
implements IRmsEntry


Field Summary
protected  Address address
           
protected  int size
           
 
Constructor Summary
RmsEntry()
           
 
Method Summary
 Address getAddress()
           
 void readFrom(IMemoryHeapBlock memoryBlock)
           
 void setAddress(Address address)
           
 int size()
           
 void writeTo(DataOutputStream dataOut)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.sun.squawk.rms.IRmsEntry
getType, visit
 

Field Detail

address

protected Address address

size

protected int size
Constructor Detail

RmsEntry

public RmsEntry()
Method Detail

getAddress

public Address getAddress()
Specified by:
getAddress in interface IRmsEntry

readFrom

public void readFrom(IMemoryHeapBlock memoryBlock)
              throws IOException
Specified by:
readFrom in interface IRmsEntry
Throws:
IOException

setAddress

public void setAddress(Address address)
Specified by:
setAddress in interface IRmsEntry

size

public int size()
Specified by:
size in interface IRmsEntry

writeTo

public void writeTo(DataOutputStream dataOut)
             throws IOException
Specified by:
writeTo in interface IRmsEntry
Throws:
IOException

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"