com.sun.squawk.flash
Interface IMemoryHeapBlock
- All Known Implementing Classes: 
- MemoryHeapBlock
- public interface IMemoryHeapBlock 
 
getAddress
Address getAddress()
- 
 
getBytes
byte[] getBytes()
- 
 
getByteArrayInputStream
ByteArrayInputStreamWithSetBytes getByteArrayInputStream()
- 
 
getDataInputStream
DataInputStream getDataInputStream()
- 
 
getLength
int getLength()
- 
 
getNextBlockOffset
int getNextBlockOffset()
- 
 
getOffset
int getOffset()
- 
 
isAllocated
boolean isAllocated()
- 
 
resetBytes
void resetBytes()
- 
 
setAddress
void setAddress(Address address)
- 
 
setBytes
void setBytes(byte[] bytes,
              int offset,
              int length)
- 
 
setLength
void setLength(int length)
- 
 
setIsAllocated
void setIsAllocated(boolean isAllocated)
- 
 
setNextOffset
void setNextOffset(int offset)
- 
 
"For updated information see the Java FRC site"