Uses of Class
org.verapdf.as.io.ASInputStream
-
-
Uses of ASInputStream in org.verapdf.as.filters
Subclasses of ASInputStream in org.verapdf.as.filters Modifier and Type Class Description classASInFilterBase class for input filters.Methods in org.verapdf.as.filters that return ASInputStream Modifier and Type Method Description protected ASInputStreamASInFilter. getInputStream()Methods in org.verapdf.as.filters with parameters of type ASInputStream Modifier and Type Method Description ASInFilterASFilterFactory. getInFilter(ASInputStream inputStream, COSDictionary decodeParams)Gets decoded stream from the given one.ASInFilterIASFilterFactory. getInFilter(ASInputStream inputStream, COSDictionary decodeParams)Gets input filter from given encoded stream with specified decode parameters.protected voidASInFilter. setInputStream(ASInputStream inputStream)longASOutFilter. write(ASInputStream stream)Constructors in org.verapdf.as.filters with parameters of type ASInputStream Constructor Description ASInFilter(ASInputStream inputStream)Constructor from encoded stream. -
Uses of ASInputStream in org.verapdf.as.filters.io
Subclasses of ASInputStream in org.verapdf.as.filters.io Modifier and Type Class Description classASBufferedInFilterClass provides buffered input from input stream.Methods in org.verapdf.as.filters.io that return ASInputStream Modifier and Type Method Description ASInputStreamASBufferedInFilter. getStream(int length)Gets a stream that is a piece of this stream.ASInputStreamASBufferedInFilter. getStreamUntilToken(byte[] token)Gets a stream that is a piece of this stream.Constructors in org.verapdf.as.filters.io with parameters of type ASInputStream Constructor Description ASBufferedInFilter(ASInputStream stream)ASBufferedInFilter(ASInputStream stream, int buffCapacity)COSFilterASCIIReader(ASInputStream stream, boolean isASCIIHex)Constructor from encoded stream. -
Uses of ASInputStream in org.verapdf.as.io
Subclasses of ASInputStream in org.verapdf.as.io Modifier and Type Class Description classASConcatenatedInputStreamclassASInputStreamWrapperClass represents ASInputStream that can be constructed from another ASInputStream.classASMemoryInStreamThis class binds the SeekableInputStream interface to a memory buffer.Methods in org.verapdf.as.io that return ASInputStream Modifier and Type Method Description static ASInputStreamASInputStream. createStreamFromStream(ASInputStream stream)Creates copy of stream.ASInputStreamASMemoryInStream. getStream(long startOffset, long length)Methods in org.verapdf.as.io with parameters of type ASInputStream Modifier and Type Method Description static ASInputStreamASInputStream. createStreamFromStream(ASInputStream stream)Creates copy of stream.longASOutputStream. write(ASInputStream stream)Constructors in org.verapdf.as.io with parameters of type ASInputStream Constructor Description ASInputStreamWrapper(ASInputStream stream)Constructor parameters in org.verapdf.as.io with type arguments of type ASInputStream Constructor Description ASConcatenatedInputStream(List<ASInputStream> streams) -
Uses of ASInputStream in org.verapdf.cos
Methods in org.verapdf.cos that return ASInputStream Modifier and Type Method Description ASInputStreamCOSArray. getData()ASInputStreamCOSArray. getData(COSStream.FilterFlags flags)abstract ASInputStreamCOSBase. getData()abstract ASInputStreamCOSBase. getData(COSStream.FilterFlags flags)ASInputStreamCOSDirect. getData()ASInputStreamCOSDirect. getData(COSStream.FilterFlags flags)ASInputStreamCOSIndirect. getData()ASInputStreamCOSIndirect. getData(COSStream.FilterFlags flags)ASInputStreamCOSObject. getData()ASInputStreamCOSObject. getData(COSStream.FilterFlags flags)ASInputStreamCOSStream. getData()ASInputStreamCOSStream. getData(COSStream.FilterFlags filterFlags)ASInputStreamCOSFilters. getInputStream(ASInputStream inputStream, COSObject decodeParams)Methods in org.verapdf.cos with parameters of type ASInputStream Modifier and Type Method Description static COSObjectCOSStream. construct(ASInputStream stream)static COSObjectCOSStream. construct(COSDictionary dictionary, ASInputStream stream)static COSObjectCOSStream. construct(COSDictionary dictionary, ASInputStream stream, COSStream.FilterFlags flags)ASInputStreamCOSFilters. getInputStream(ASInputStream inputStream, COSObject decodeParams)abstract booleanCOSBase. setData(ASInputStream stream)abstract booleanCOSBase. setData(ASInputStream stream, COSStream.FilterFlags flags)booleanCOSDirect. setData(ASInputStream stream)booleanCOSDirect. setData(ASInputStream stream, COSStream.FilterFlags flags)booleanCOSIndirect. setData(ASInputStream stream)booleanCOSIndirect. setData(ASInputStream stream, COSStream.FilterFlags flags)voidCOSObject. setData(ASInputStream stream)voidCOSObject. setData(ASInputStream stream, COSStream.FilterFlags flags)booleanCOSStream. setData(ASInputStream stream)booleanCOSStream. setData(ASInputStream stream, COSStream.FilterFlags flags)Constructors in org.verapdf.cos with parameters of type ASInputStream Constructor Description COSStream(ASInputStream stream)COSStream(COSDictionary dictionary, ASInputStream stream, COSStream.FilterFlags flags) -
Uses of ASInputStream in org.verapdf.cos.filters
Subclasses of ASInputStream in org.verapdf.cos.filters Modifier and Type Class Description classCOSFilterAESDecryptionDefaultThis filter decrypts data using AES cipher as described in Algorithm 1 of 7.6.2 of ISO 32000:2008.classCOSFilterASCII85DecodeFilter for ASCII 85 data decoding.classCOSFilterASCIIHexDecodeFilter for ASCIIHex data decoding.classCOSFilterFlateDecodeThis class implements Flate decoding.classCOSFilterLZWDecodeThis class implements LZW decoding.classCOSFilterRC4DecryptionDefaultFilter that decrypts data using RC4 cipher decryption according to Algorithm 1 of 7.6.2 of ISO 32000:2008.classCOSPredictorDecodeThis filter represents predictor that is applied to Flate and LZW encodings.Methods in org.verapdf.cos.filters that return ASInputStream Modifier and Type Method Description static ASInputStreamCOSFilterRegistry. getDecodeFilter(ASAtom filterName, ASInputStream inputStream, COSDictionary decodeParams)Gets decode filter from given input stream with given parameters.Methods in org.verapdf.cos.filters with parameters of type ASInputStream Modifier and Type Method Description static ASInputStreamCOSFilterRegistry. getDecodeFilter(ASAtom filterName, ASInputStream inputStream, COSDictionary decodeParams)Gets decode filter from given input stream with given parameters.Constructors in org.verapdf.cos.filters with parameters of type ASInputStream Constructor Description COSFilterAESDecryptionDefault(ASInputStream stream, COSKey objectKey, byte[] encryptionKey, boolean decryptingCOSStream, ASAtom method)Constructor.COSFilterASCII85Decode(ASInputStream stream)Constructor from encoded stream.COSFilterASCIIHexDecode(ASInputStream stream)Constructor from encoded stream.COSFilterFlateDecode(ASInputStream stream)Constructor from Flate encoded stream.COSFilterLZWDecode(ASInputStream stream, COSDictionary decodeParams)Constructor from LZW encoded data stream and decode parameters dictionary.COSFilterRC4DecryptionDefault(ASInputStream stream, COSKey objectKey, byte[] encryptionKey)Constructor.COSPredictorDecode(ASInputStream stream, COSDictionary decodeParams)Constructor from stream and decode parameters. -
Uses of ASInputStream in org.verapdf.external
Methods in org.verapdf.external with parameters of type ASInputStream Modifier and Type Method Description static JPEG2000JPEG2000. fromStream(ASInputStream stream)Creates new JPEG2000 object -
Uses of ASInputStream in org.verapdf.io
Subclasses of ASInputStream in org.verapdf.io Modifier and Type Class Description classInternalInputStreamASInputStream for reading data from file.classSeekableInputStreamRepresents stream in which seek for a particular byte offset can be performed.Methods in org.verapdf.io that return ASInputStream Modifier and Type Method Description ASInputStreamInternalInputStream. getStream(long startOffset, long length)abstract ASInputStreamSeekableInputStream. getStream(long startOffset, long length)Gets substream of this stream that starts at given offset and has given length.Methods in org.verapdf.io with parameters of type ASInputStream Modifier and Type Method Description longInternalOutputStream. write(ASInputStream stream) -
Uses of ASInputStream in org.verapdf.operator
Methods in org.verapdf.operator that return ASInputStream Modifier and Type Method Description ASInputStreamInlineImageOperator. getImageData()Methods in org.verapdf.operator with parameters of type ASInputStream Modifier and Type Method Description voidInlineImageOperator. setImageData(ASInputStream imageData) -
Uses of ASInputStream in org.verapdf.parser
Methods in org.verapdf.parser that return ASInputStream Modifier and Type Method Description ASInputStreamBaseParser. getRandomAccess(long length)Constructors in org.verapdf.parser with parameters of type ASInputStream Constructor Description DecodedObjectStreamParser(ASInputStream inputStream, COSStream objectStream, COSKey streamKey, COSDocument doc)Constructor from decoded object stream data and COSStream.NotSeekableBaseParser(ASInputStream stream)Constructor from stream.NotSeekableBaseParser(ASInputStream fileStream, boolean isPSParser)NotSeekableCOSParser(ASInputStream stream)NotSeekableCOSParser(ASInputStream stream, boolean isPSParser)NotSeekableCOSParser(ASInputStream stream, COSDocument document)PDFStreamParser(ASInputStream stream) -
Uses of ASInputStream in org.verapdf.parser.postscript
Constructors in org.verapdf.parser.postscript with parameters of type ASInputStream Constructor Description PSParser(ASInputStream fileStream) -
Uses of ASInputStream in org.verapdf.pd.colors
Methods in org.verapdf.pd.colors that return ASInputStream Modifier and Type Method Description ASInputStreamPDIndexed. getLookup() -
Uses of ASInputStream in org.verapdf.pd.font.cff
Constructors in org.verapdf.pd.font.cff with parameters of type ASInputStream Constructor Description CFFFontProgram(ASInputStream stream, CMap cMap, boolean isSubset)Constructor from stream. -
Uses of ASInputStream in org.verapdf.pd.font.cmap
Constructors in org.verapdf.pd.font.cmap with parameters of type ASInputStream Constructor Description CMapParser(ASInputStream fileStream) -
Uses of ASInputStream in org.verapdf.pd.font.opentype
Constructors in org.verapdf.pd.font.opentype with parameters of type ASInputStream Constructor Description OpenTypeFontProgram(ASInputStream source, boolean isCFF, boolean isSymbolic, COSObject encoding, CMap externalCMap, boolean isSubset)Constructor from stream, containing font data, and encoding details. -
Uses of ASInputStream in org.verapdf.pd.font.stdmetrics
Constructors in org.verapdf.pd.font.stdmetrics with parameters of type ASInputStream Constructor Description AFMParser(ASInputStream asInputStream, String fontName) -
Uses of ASInputStream in org.verapdf.pd.font.truetype
Constructors in org.verapdf.pd.font.truetype with parameters of type ASInputStream Constructor Description BaseTrueTypeProgram(ASInputStream stream)Constructor from stream containing font data, and encoding details.CIDFontType2Program(ASInputStream stream, CMap cMap, COSObject cidToGID)Constructor from font stream and encoding details.TrueTypeFontProgram(ASInputStream stream, boolean isSymbolic, COSObject encoding)Constructor from stream containing font data, and encoding details. -
Uses of ASInputStream in org.verapdf.pd.font.type1
Subclasses of ASInputStream in org.verapdf.pd.font.type1 Modifier and Type Class Description classEexecFilterDecodeThis is filter that decodes eexec coding in type 1 font files.Methods in org.verapdf.pd.font.type1 with parameters of type ASInputStream Modifier and Type Method Description protected voidBaseCharStringParser. addStream(ASInputStream is)Constructors in org.verapdf.pd.font.type1 with parameters of type ASInputStream Constructor Description BaseCharStringParser(ASInputStream stream)Constructor that calls method parse(), so width is extracted right after object is created.BaseCharStringParser(ASInputStream stream, Map<Integer,CFFNumber> subrWidths)BaseCharStringParser(ASInputStream stream, CFFIndex localSubrs, int bias, CFFIndex globalSubrs, int gBias)Constructor that calls method parse(), so width is extracted right after object is created.BaseCharStringParser(ASInputStream stream, CFFIndex localSubrs, int bias, CFFIndex globalSubrs, int gBias, Map<Integer,CFFNumber> subrWidths)EexecFilterDecode(ASInputStream stream, boolean isCharstring)Constructor from stream.Type1CharStringParser(ASInputStream decodedCharString)Type1CharStringParser(ASInputStream decodedCharString, Map<Integer,CFFNumber> subrWidths)Type1FontProgram(ASInputStream fileStream) -
Uses of ASInputStream in org.verapdf.pd.font.type3
Constructors in org.verapdf.pd.font.type3 with parameters of type ASInputStream Constructor Description Type3CharProcParser(ASInputStream charProcStream)Constructor parser from char proc data.
-