org.pdfbox.io
Class RandomAccessBuffer
java.lang.Object
org.pdfbox.io.RandomAccessBuffer
- RandomAccess
public class RandomAccessBuffer
extends java.lang.Object
An interface to allow PDF files to be stored completely in memory.
RandomAccessBuffer
public RandomAccessBuffer()
Default constructor.
read
public int read(byte[] b,
int offset,
int length)
throws IOException
- read in interface RandomAccess
seek
public void seek(long position)
throws IOException
- seek in interface RandomAccess
write
public void write(byte[] b,
int offset,
int length)
throws IOException
- write in interface RandomAccess