com.sun.squawk.flash
Interface IMemoryHeapBlock
- All Known Implementing Classes:
- MemoryHeapBlock
public interface IMemoryHeapBlock
getAddress
Address getAddress()
getByteArrayInputStream
ByteArrayInputStreamWithSetBytes getByteArrayInputStream()
getBytes
byte[] getBytes()
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)
setIsAllocated
void setIsAllocated(boolean isAllocated)
setLength
void setLength(int length)
setNextOffset
void setNextOffset(int offset)
Copyright © 2006, 2007 Sun Microsystems, Inc. All Rights Reserved.