Package org.apache.pdfbox.io
Interface RandomAccess
- All Superinterfaces:
AutoCloseable,Closeable,RandomAccessRead,RandomAccessWrite
- All Known Implementing Classes:
RandomAccessReadWriteBuffer,ScratchFileBuffer
An interface to allow data to be stored completely in memory or
to use a scratch file on the disk.
-
Method Summary
Methods inherited from interface org.apache.pdfbox.io.RandomAccessRead
available, createView, getPosition, isClosed, isEOF, length, peek, read, read, read, readFully, readFully, rewind, seek, skipMethods inherited from interface org.apache.pdfbox.io.RandomAccessWrite
clear, write, write, write