com.sun.squawk.rms
Class RmsEntry
java.lang.Object
   com.sun.squawk.rms.RmsEntry
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
 
 
 
 
 
address
protected Address address
size
protected int size
RmsEntry
public RmsEntry()
getAddress
public Address getAddress()
- 
- Specified by:
- getAddressin interface- IRmsEntry
 
- 
 
readFrom
public void readFrom(IMemoryHeapBlock memoryBlock)
              throws IOException
- 
- Specified by:
- readFromin interface- IRmsEntry
 
- 
- Throws:
- IOException
 
setAddress
public void setAddress(Address address)
- 
- Specified by:
- setAddressin interface- IRmsEntry
 
- 
 
size
public int size()
- 
- Specified by:
- sizein interface- IRmsEntry
 
- 
 
writeTo
public void writeTo(DataOutputStream dataOut)
             throws IOException
- 
- Specified by:
- writeToin interface- IRmsEntry
 
- 
- Throws:
- IOException
 
"For updated information see the Java FRC site"