Uses of Class
org.verapdf.as.io.ASInputStream
Packages that use ASInputStream
Package
Description
-
Uses of ASInputStream in org.verapdf.as.filters
Subclasses of ASInputStream in org.verapdf.as.filtersMethods in org.verapdf.as.filters that return ASInputStreamMethods in org.verapdf.as.filters with parameters of type ASInputStreamModifier and TypeMethodDescriptionASFilterFactory.getInFilter(ASInputStream inputStream, COSDictionary decodeParams) Gets decoded stream from the given one.IASFilterFactory.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 ASInputStreamModifierConstructorDescriptionprotectedASInFilter(ASInputStream inputStream) Constructor from encoded stream. -
Uses of ASInputStream in org.verapdf.as.filters.io
Subclasses of ASInputStream in org.verapdf.as.filters.ioModifier and TypeClassDescriptionclassClass provides buffered input from input stream.Methods in org.verapdf.as.filters.io that return ASInputStreamModifier and TypeMethodDescriptionASBufferedInFilter.getStream(int length) Gets a stream that is a piece of this stream.ASBufferedInFilter.getStreamUntilToken(byte[] token) Gets a stream that is a piece of this stream.Constructors in org.verapdf.as.filters.io with parameters of type ASInputStreamModifierConstructorDescriptionASBufferedInFilter(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.ioModifier and TypeClassDescriptionclassclassClass represents ASInputStream that can be constructed from another ASInputStream.classThis class binds the SeekableInputStream interface to a memory buffer.Methods in org.verapdf.as.io that return ASInputStreamModifier and TypeMethodDescriptionstatic ASInputStreamASInputStream.createStreamFromStream(ASInputStream stream) Creates copy of stream.ASMemoryInStream.getStream(long startOffset, long length) Methods in org.verapdf.as.io with parameters of type ASInputStreamModifier and TypeMethodDescriptionstatic ASInputStreamASInputStream.createStreamFromStream(ASInputStream stream) Creates copy of stream.longASOutputStream.write(ASInputStream stream) Constructors in org.verapdf.as.io with parameters of type ASInputStreamConstructor parameters in org.verapdf.as.io with type arguments of type ASInputStream -
Uses of ASInputStream in org.verapdf.cos
Methods in org.verapdf.cos that return ASInputStreamModifier and TypeMethodDescriptionCOSArray.getData()COSArray.getData(COSStream.FilterFlags flags) abstract ASInputStreamCOSBase.getData()abstract ASInputStreamCOSBase.getData(COSStream.FilterFlags flags) COSDirect.getData()COSDirect.getData(COSStream.FilterFlags flags) COSIndirect.getData()COSIndirect.getData(COSStream.FilterFlags flags) COSObject.getData()COSObject.getData(COSStream.FilterFlags flags) COSStream.getData()COSStream.getData(COSStream.FilterFlags filterFlags) COSFilters.getInputStream(ASInputStream inputStream, COSObject decodeParams) Methods in org.verapdf.cos with parameters of type ASInputStreamModifier and TypeMethodDescriptionstatic COSObjectCOSStream.construct(ASInputStream stream) static COSObjectCOSStream.construct(COSDictionary dictionary, ASInputStream stream) static COSObjectCOSStream.construct(COSDictionary dictionary, ASInputStream stream, COSStream.FilterFlags flags) COSFilters.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 ASInputStreamModifierConstructorDescriptionprotectedCOSStream(ASInputStream stream) protectedCOSStream(COSDictionary dictionary, ASInputStream stream, COSStream.FilterFlags flags) -
Uses of ASInputStream in org.verapdf.cos.filters
Subclasses of ASInputStream in org.verapdf.cos.filtersModifier and TypeClassDescriptionclassThis filter decrypts data using AES cipher as described in Algorithm 1 of 7.6.2 of ISO 32000:2008.classFilter for ASCII 85 data decoding.classFilter for ASCIIHex data decoding.classThis class implements Flate decoding.classThis class implements LZW decoding.classFilter that decrypts data using RC4 cipher decryption according to Algorithm 1 of 7.6.2 of ISO 32000:2008.classThis filter represents predictor that is applied to Flate and LZW encodings.Methods in org.verapdf.cos.filters that return ASInputStreamModifier and TypeMethodDescriptionstatic 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 ASInputStreamModifier and TypeMethodDescriptionstatic ASInputStreamCOSFilterRegistry.getDecodeFilter(ASAtom filterName, ASInputStream inputStream, COSDictionary decodeParams) Gets decode filter from given input stream with given parameters.longCOSFilterFlateEncode.write(ASInputStream stream) Constructors in org.verapdf.cos.filters with parameters of type ASInputStreamModifierConstructorDescriptionCOSFilterAESDecryptionDefault(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 ASInputStreamModifier and TypeMethodDescriptionstatic JPEG2000JPEG2000.fromStream(ASInputStream stream) Creates new JPEG2000 object -
Uses of ASInputStream in org.verapdf.io
Subclasses of ASInputStream in org.verapdf.ioModifier and TypeClassDescriptionclassASInputStream for reading data from file.classRepresents stream in which seek for a particular byte offset can be performed.Methods in org.verapdf.io that return ASInputStreamModifier and TypeMethodDescriptionInternalInputStream.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 -
Uses of ASInputStream in org.verapdf.operator
Methods in org.verapdf.operator that return ASInputStreamMethods in org.verapdf.operator with parameters of type ASInputStream -
Uses of ASInputStream in org.verapdf.parser
Methods in org.verapdf.parser that return ASInputStreamMethods in org.verapdf.parser with parameters of type ASInputStreamModifier and TypeMethodDescriptionprotected voidBaseParser.decodeASCII85(ASInputStream ascii85, int length) Constructors in org.verapdf.parser with parameters of type ASInputStreamModifierConstructorDescriptionDecodedObjectStreamParser(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) PDFStreamParser(ASInputStream stream) -
Uses of ASInputStream in org.verapdf.parser.postscript
Constructors in org.verapdf.parser.postscript with parameters of type ASInputStream -
Uses of ASInputStream in org.verapdf.pd.colors
Methods in org.verapdf.pd.colors that return ASInputStream -
Uses of ASInputStream in org.verapdf.pd.font.cff
Constructors in org.verapdf.pd.font.cff with parameters of type ASInputStreamModifierConstructorDescriptionCFFFontProgram(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 ASInputStreamModifierConstructorDescriptionCMapBaseParser(ASInputStream stream) CMapParser(ASInputStream fileStream) -
Uses of ASInputStream in org.verapdf.pd.font.opentype
Constructors in org.verapdf.pd.font.opentype with parameters of type ASInputStreamModifierConstructorDescriptionOpenTypeFontProgram(ASInputStream source, boolean isCFF, boolean isCIDFontType2, boolean isSymbolic, COSObject encoding, CMap externalCMap, boolean isSubset, COSObject cidToGIDMap) 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 -
Uses of ASInputStream in org.verapdf.pd.font.truetype
Constructors in org.verapdf.pd.font.truetype with parameters of type ASInputStreamModifierConstructorDescriptionBaseTrueTypeProgram(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.type1Modifier and TypeClassDescriptionclassThis is filter that decodes eexec coding in type 1 font files.Methods in org.verapdf.pd.font.type1 with parameters of type ASInputStreamModifier and TypeMethodDescriptionprotected voidBaseCharStringParser.addStream(ASInputStream is) Constructors in org.verapdf.pd.font.type1 with parameters of type ASInputStreamModifierConstructorDescriptionprotectedBaseCharStringParser(ASInputStream stream) Constructor that calls method parse(), so width is extracted right after object is created.protectedBaseCharStringParser(ASInputStream stream, Map<Integer, CFFNumber> subrWidths) protectedBaseCharStringParser(ASInputStream stream, CFFIndex localSubrs, int bias, CFFIndex globalSubrs, int gBias) Constructor that calls method parse(), so width is extracted right after object is created.protectedBaseCharStringParser(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, COSKey key) -
Uses of ASInputStream in org.verapdf.pd.font.type3
Constructors in org.verapdf.pd.font.type3 with parameters of type ASInputStreamModifierConstructorDescriptionType3CharProcParser(ASInputStream charProcStream) Constructor parser from char proc data.