com.sentilla.net.mimeo
Class RamByteImage
java.lang.Object
com.sentilla.net.mimeo.MimeoImage
com.sentilla.net.mimeo.RamByteImage
- Direct Known Subclasses:
- MimeoMessage
public class RamByteImage
- extends MimeoImage
Private: for Sentilla internal use only.
Representation of a data buffer image in memory.
Methods inherited from class com.sentilla.net.mimeo.MimeoImage |
compareVersion, completed, getImgnum, getNumRequestsToComplete, getTimeMillisToComplete, getVersion, invalidate, isComplete, isPageComplete, newImageVersion, setAllComplete, setPageComplete, writePage |
IMAGE_TYPE
public static final int IMAGE_TYPE
- See Also:
- Constant Field Values
data
public byte[] data
RamByteImage
public RamByteImage(int imgnum)
getFactory
public static MimeoImageFactory getFactory()
getLength
public int getLength()
- Specified by:
getLength
in class MimeoImage
newImage
public void newImage(int size)
- Specified by:
newImage
in class MimeoImage
writeBytes
public void writeBytes(int offset,
com.sentilla.io.ByteBuffer body)
- Specified by:
writeBytes
in class MimeoImage
readBytes
public void readBytes(int offset,
int offsetEnd,
com.sentilla.io.ByteBuffer body)
- Specified by:
readBytes
in class MimeoImage
Copyright © 2007 Sentilla Corporation. All Rights Reserved.