com.sentilla.net.mimeo
Class FileImage

java.lang.Object
  extended by com.sentilla.net.mimeo.MimeoImage
      extended by com.sentilla.net.mimeo.FileImage

public class FileImage
extends MimeoImage

Private: for Sentilla internal use only.

A file representation of a Mimeo data buffer image.


Field Summary
static int IMAGE_TYPE
           
 
Fields inherited from class com.sentilla.net.mimeo.MimeoImage
datacount, imgnum, pagedone, version
 
Constructor Summary
FileImage(int imgnum)
           
 
Method Summary
static MimeoImageFactory getFactory()
           
 int getLength()
           
 void newImage(int size)
           
 void readBytes(int offset, int offsetEnd, ByteBuffer body)
           
 void writeBytes(int offset, ByteBuffer body)
           
 
Methods inherited from class com.sentilla.net.mimeo.MimeoImage
compareVersion, completed, getImgnum, getNumRequestsToComplete, getTimeMillisToComplete, getVersion, invalidate, isComplete, isPageComplete, newImageVersion, setAllComplete, setPageComplete, writePage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IMAGE_TYPE

public static final int IMAGE_TYPE
See Also:
Constant Field Values
Constructor Detail

FileImage

public FileImage(int imgnum)
Method Detail

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,
                       ByteBuffer body)
Specified by:
writeBytes in class MimeoImage

readBytes

public void readBytes(int offset,
                      int offsetEnd,
                      ByteBuffer body)
Specified by:
readBytes in class MimeoImage


Copyright © 2007 Sentilla Corporation. All Rights Reserved.