com.sun.squawk.rms
Class RecordEntry
java.lang.Object
   com.sun.squawk.rms.RmsEntry
com.sun.squawk.rms.RmsEntry
       com.sun.squawk.rms.RecordEntry
com.sun.squawk.rms.RecordEntry
- All Implemented Interfaces: 
- IRecordEntry, IRmsEntry
- public class RecordEntry 
- extends RmsEntry- implements IRecordEntry
 
 
 
 
 
 
 
TYPE
public static final int TYPE
- See Also:
- Constant Field Values
storeId
protected int storeId
id
protected int id
bytesLength
protected int bytesLength
bytesOffset
protected int bytesOffset
bytes
protected byte[] bytes
RecordEntry
public RecordEntry()
getBytes
public byte[] getBytes()
- 
- Specified by:
- getBytesin interface- IRecordEntry
 
- 
 
getBytes
public int getBytes(byte[] buffer,
                    int offset,
                    int length)
- 
- Specified by:
- getBytesin interface- IRecordEntry
 
- 
 
getBytesLength
public int getBytesLength()
- 
- Specified by:
- getBytesLengthin interface- IRecordEntry
 
- 
 
getId
public int getId()
- 
- Specified by:
- getIdin interface- IRecordEntry
 
- 
 
getStoreId
public int getStoreId()
- 
- Specified by:
- getStoreIdin interface- IRecordEntry
 
- 
 
getType
public int getType()
- 
- Specified by:
- getTypein interface- IRmsEntry
 
- 
 
readFrom
public void readFrom(IMemoryHeapBlock memoryBlock)
              throws IOException
- 
- Specified by:
- readFromin interface- IRmsEntry
- Overrides:
- readFromin class- RmsEntry
 
- 
- Throws:
- IOException
 
setBytes
public void setBytes(byte[] bytes,
                     int offset,
                     int length)
- 
- Specified by:
- setBytesin interface- IRecordEntry
 
- 
 
setId
public void setId(int id)
- 
- Specified by:
- setIdin interface- IRecordEntry
 
- 
 
setStoreId
public void setStoreId(int id)
- 
- Specified by:
- setStoreIdin interface- IRecordEntry
 
- 
 
visit
public void visit(IRmsEntryVisitor visitor)
           throws RecordStoreException
- 
- Specified by:
- visitin interface- IRmsEntry
 
- 
- Throws:
- RecordStoreException
 
writeTo
public void writeTo(DataOutputStream dataOut)
             throws IOException
- 
- Specified by:
- writeToin interface- IRmsEntry
- Overrides:
- writeToin class- RmsEntry
 
- 
- Throws:
- IOException
 
"For updated information see the Java FRC site"