Uses of Class
org.apache.pdfbox.io.RandomAccessReadBuffer
-
Packages that use RandomAccessReadBuffer Package Description org.apache.pdfbox.io This package contains IO streams. -
-
Uses of RandomAccessReadBuffer in org.apache.pdfbox.io
Subclasses of RandomAccessReadBuffer in org.apache.pdfbox.io Modifier and Type Class Description classRandomAccessReadWriteBufferAn implementation of the RandomAccess interface to store data in memory.Fields in org.apache.pdfbox.io with type parameters of type RandomAccessReadBuffer Modifier and Type Field Description private java.util.concurrent.ConcurrentMap<java.lang.Long,RandomAccessReadBuffer>RandomAccessReadBuffer. rarbCopiesMethods in org.apache.pdfbox.io that return RandomAccessReadBuffer Modifier and Type Method Description static RandomAccessReadBufferRandomAccessReadBuffer. createBufferFromStream(java.io.InputStream inputStream)Create e new RandomAccessReadBuffer using the given InputStream.Constructors in org.apache.pdfbox.io with parameters of type RandomAccessReadBuffer Constructor Description RandomAccessReadBuffer(RandomAccessReadBuffer parent)
-