Save This Page
Home » iText-src-2.1.3 » com.lowagie » text » pdf » [javadoc | source]
com.lowagie.text.pdf
public class: MappedRandomAccessFile [javadoc | source]
java.lang.Object
   com.lowagie.text.pdf.MappedRandomAccessFile
A java.nio.MappedByteBuffer wrapped as a java.io.RandomAccessFile
Constructor:
 public MappedRandomAccessFile(String filename,
    String mode) throws IOException, FileNotFoundException 
    Constructs a new MappedRandomAccessFile instance
    Parameters:
    filename - String
    mode - String r, w or rw
    Throws:
    FileNotFoundException -
    IOException -
Method from com.lowagie.text.pdf.MappedRandomAccessFile Summary:
clean,   close,   finalize,   getChannel,   getFilePointer,   length,   read,   read,   seek
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.lowagie.text.pdf.MappedRandomAccessFile Detail:
 public static boolean clean(ByteBuffer buffer) 
    invokes the clean method on the ByteBuffer's cleaner
 public  void close() throws IOException 
 protected  void finalize() throws Throwable 
    invokes the close method
 public FileChannel getChannel() 
 public long getFilePointer() 
 public long length() 
 public int read() 
 public int read(byte[] bytes,
    int off,
    int len) 
 public  void seek(long pos)