Uses of Class
org.verapdf.io.SeekableInputStream
-
Packages that use SeekableInputStream Package Description org.verapdf.as.io org.verapdf.cos org.verapdf.io org.verapdf.parser org.verapdf.pd org.verapdf.pd.font.cff -
-
Uses of SeekableInputStream in org.verapdf.as.io
Subclasses of SeekableInputStream in org.verapdf.as.io Modifier and Type Class Description classASMemoryInStreamThis class binds the SeekableInputStream interface to a memory buffer. -
Uses of SeekableInputStream in org.verapdf.cos
Methods in org.verapdf.cos that return SeekableInputStream Modifier and Type Method Description SeekableInputStreamCOSDocument. getPDFSource() -
Uses of SeekableInputStream in org.verapdf.io
Subclasses of SeekableInputStream in org.verapdf.io Modifier and Type Class Description classInternalInputStreamASInputStream for reading data from file.Methods in org.verapdf.io that return SeekableInputStream Modifier and Type Method Description SeekableInputStreamIReader. getPDFSource()SeekableInputStreamReader. getPDFSource()static SeekableInputStreamSeekableInputStream. getSeekableStream(InputStream stream)Returns InternalInputStream or ASMemoryInStream constructed from given stream depending on stream length. -
Uses of SeekableInputStream in org.verapdf.parser
Fields in org.verapdf.parser declared as SeekableInputStream Modifier and Type Field Description protected SeekableInputStreamBaseParser. sourceMethods in org.verapdf.parser that return SeekableInputStream Modifier and Type Method Description SeekableInputStreamPDFParser. getPDFSource()Constructors in org.verapdf.parser with parameters of type SeekableInputStream Constructor Description BaseParser(SeekableInputStream stream)COSParser(SeekableInputStream seekableInputStream)SignatureParser(SeekableInputStream stream, COSDocument document)Constructor. -
Uses of SeekableInputStream in org.verapdf.pd
Methods in org.verapdf.pd that return SeekableInputStream Modifier and Type Method Description SeekableInputStreamPDDocument. getPDFSource() -
Uses of SeekableInputStream in org.verapdf.pd.font.cff
Fields in org.verapdf.pd.font.cff declared as SeekableInputStream Modifier and Type Field Description protected SeekableInputStreamCFFFileBaseParser. sourceprotected SeekableInputStreamCFFFileBaseParser. sourceprotected SeekableInputStreamCFFFileBaseParser. source
-