Uses of Class
org.verapdf.io.SeekableInputStream
Packages that use SeekableInputStream
Package
Description
-
Uses of SeekableInputStream in org.verapdf.as.io
Subclasses of SeekableInputStream in org.verapdf.as.ioModifier and TypeClassDescriptionclassThis class binds the SeekableInputStream interface to a memory buffer.Methods in org.verapdf.as.io that return SeekableInputStreamModifier and TypeMethodDescriptionASMemoryInStream.getSeekableStream(long startOffset, long length) -
Uses of SeekableInputStream in org.verapdf.cos
Methods in org.verapdf.cos that return SeekableInputStream -
Uses of SeekableInputStream in org.verapdf.io
Subclasses of SeekableInputStream in org.verapdf.ioModifier and TypeClassDescriptionclassASInputStream for reading data from file.Methods in org.verapdf.io that return SeekableInputStreamModifier and TypeMethodDescriptionIReader.getPDFSource()Reader.getPDFSource()InternalInputStream.getSeekableStream(long startOffset, long length) abstract SeekableInputStreamSeekableInputStream.getSeekableStream(long startOffset, long length) static SeekableInputStreamSeekableInputStream.getSeekableStream(InputStream stream) Returns InternalInputStream or ASMemoryInStream constructed from given stream depending on stream length.static SeekableInputStreamSeekableInputStream.getSeekableStream(InputStream stream, Integer maxStreamSize) -
Uses of SeekableInputStream in org.verapdf.parser
Methods in org.verapdf.parser that return SeekableInputStreamModifier and TypeMethodDescriptionPDFParser.getPDFSource()protected SeekableInputStreamSeekableBaseParser.getSource()SeekableCOSParser.getSource()Constructors in org.verapdf.parser with parameters of type SeekableInputStreamModifierConstructorDescriptionSeekableCOSParser(SeekableInputStream seekableInputStream) SignatureParser(SeekableInputStream stream, COSDocument document) Constructor. -
Uses of SeekableInputStream in org.verapdf.pd
Methods in org.verapdf.pd that return SeekableInputStream -
Uses of SeekableInputStream in org.verapdf.pd.font.cff
Fields in org.verapdf.pd.font.cff declared as SeekableInputStreamModifier and TypeFieldDescriptionprotected SeekableInputStreamCFFFileBaseParser.sourceprotected SeekableInputStreamCFFFileBaseParser.sourceprotected SeekableInputStreamCFFFileBaseParser.source