Uses of Class
org.apache.pdfbox.io.RandomAccessReadBuffer
Packages that use RandomAccessReadBuffer
-
Uses of RandomAccessReadBuffer in org.apache.pdfbox.io
Subclasses of RandomAccessReadBuffer in org.apache.pdfbox.ioModifier and TypeClassDescriptionclassAn implementation of the RandomAccess interface to store data in memory.Fields in org.apache.pdfbox.io with type parameters of type RandomAccessReadBufferModifier and TypeFieldDescriptionprivate final ConcurrentMap<Long, RandomAccessReadBuffer> RandomAccessReadBuffer.rarbCopiesMethods in org.apache.pdfbox.io that return RandomAccessReadBufferModifier and TypeMethodDescriptionstatic RandomAccessReadBufferRandomAccessReadBuffer.createBufferFromStream(InputStream inputStream) Create e new RandomAccessReadBuffer using the given InputStream.Constructors in org.apache.pdfbox.io with parameters of type RandomAccessReadBuffer