| Modifier and Type | Class and Description |
|---|---|
class |
ASInFilter
Base class for input filters.
|
| Modifier and Type | Method and Description |
|---|---|
protected ASInputStream |
ASInFilter.getInputStream() |
| Modifier and Type | Method and Description |
|---|---|
ASInFilter |
IASFilterFactory.getInFilter(ASInputStream inputStream,
COSDictionary decodeParams)
Gets input filter from given encoded stream with specified decode
parameters.
|
ASInFilter |
ASFilterFactory.getInFilter(ASInputStream inputStream,
COSDictionary decodeParams)
Gets decoded stream from the given one.
|
protected void |
ASInFilter.setInputStream(ASInputStream inputStream) |
long |
ASOutFilter.write(ASInputStream stream) |
| Constructor and Description |
|---|
ASInFilter(ASInputStream inputStream)
Constructor from encoded stream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ASBufferedInFilter
Class provides buffered input from input stream.
|
| Modifier and Type | Method and Description |
|---|---|
ASInputStream |
ASBufferedInFilter.getStream(int length)
Gets a stream that is a piece of this stream.
|
ASInputStream |
ASBufferedInFilter.getStreamUntilToken(byte[] token)
Gets a stream that is a piece of this stream.
|
| Constructor and Description |
|---|
ASBufferedInFilter(ASInputStream stream) |
ASBufferedInFilter(ASInputStream stream,
int buffCapacity) |
COSFilterASCIIReader(ASInputStream stream,
boolean isASCIIHex)
Constructor from encoded stream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ASConcatenatedInputStream |
class |
ASInputStreamWrapper
Class represents ASInputStream that can be constructed from another
ASInputStream.
|
class |
ASMemoryInStream
This class binds the SeekableInputStream interface to a memory buffer.
|
| Modifier and Type | Method and Description |
|---|---|
static ASInputStream |
ASInputStream.createStreamFromStream(ASInputStream stream)
Creates copy of stream.
|
ASInputStream |
ASMemoryInStream.getStream(long startOffset,
long length) |
| Modifier and Type | Method and Description |
|---|---|
static ASInputStream |
ASInputStream.createStreamFromStream(ASInputStream stream)
Creates copy of stream.
|
long |
ASOutputStream.write(ASInputStream stream) |
| Constructor and Description |
|---|
ASInputStreamWrapper(ASInputStream stream) |
| Constructor and Description |
|---|
ASConcatenatedInputStream(List<ASInputStream> streams) |
| Modifier and Type | Method and Description |
|---|---|
ASInputStream |
COSStream.getData() |
ASInputStream |
COSObject.getData() |
ASInputStream |
COSIndirect.getData() |
ASInputStream |
COSDirect.getData() |
abstract ASInputStream |
COSBase.getData() |
ASInputStream |
COSArray.getData() |
ASInputStream |
COSStream.getData(COSStream.FilterFlags filterFlags) |
ASInputStream |
COSObject.getData(COSStream.FilterFlags flags) |
ASInputStream |
COSIndirect.getData(COSStream.FilterFlags flags) |
ASInputStream |
COSDirect.getData(COSStream.FilterFlags flags) |
abstract ASInputStream |
COSBase.getData(COSStream.FilterFlags flags) |
ASInputStream |
COSArray.getData(COSStream.FilterFlags flags) |
ASInputStream |
COSFilters.getInputStream(ASInputStream inputStream,
COSObject decodeParams) |
| Modifier and Type | Method and Description |
|---|---|
static COSObject |
COSStream.construct(ASInputStream stream) |
static COSObject |
COSStream.construct(COSDictionary dictionary,
ASInputStream stream) |
static COSObject |
COSStream.construct(COSDictionary dictionary,
ASInputStream stream,
COSStream.FilterFlags flags) |
ASInputStream |
COSFilters.getInputStream(ASInputStream inputStream,
COSObject decodeParams) |
boolean |
COSStream.setData(ASInputStream stream) |
void |
COSObject.setData(ASInputStream stream) |
boolean |
COSIndirect.setData(ASInputStream stream) |
boolean |
COSDirect.setData(ASInputStream stream) |
abstract boolean |
COSBase.setData(ASInputStream stream) |
boolean |
COSStream.setData(ASInputStream stream,
COSStream.FilterFlags flags) |
void |
COSObject.setData(ASInputStream stream,
COSStream.FilterFlags flags) |
boolean |
COSIndirect.setData(ASInputStream stream,
COSStream.FilterFlags flags) |
boolean |
COSDirect.setData(ASInputStream stream,
COSStream.FilterFlags flags) |
abstract boolean |
COSBase.setData(ASInputStream stream,
COSStream.FilterFlags flags) |
| Constructor and Description |
|---|
COSStream(ASInputStream stream) |
COSStream(COSDictionary dictionary,
ASInputStream stream,
COSStream.FilterFlags flags) |
| Modifier and Type | Class and Description |
|---|---|
class |
COSFilterAESDecryptionDefault
This filter decrypts data using AES cipher as described in Algorithm 1 of
7.6.2 of ISO 32000:2008.
|
class |
COSFilterASCII85Decode
Filter for ASCII 85 data decoding.
|
class |
COSFilterASCIIHexDecode
Filter for ASCIIHex data decoding.
|
class |
COSFilterFlateDecode
This class implements Flate decoding.
|
class |
COSFilterLZWDecode
This class implements LZW decoding.
|
class |
COSFilterRC4DecryptionDefault
Filter that decrypts data using RC4 cipher decryption according to Algorithm
1 of 7.6.2 of ISO 32000:2008.
|
class |
COSPredictorDecode
This filter represents predictor that is applied to Flate and LZW encodings.
|
| Modifier and Type | Method and Description |
|---|---|
static ASInFilter |
COSFilterRegistry.getDecodeFilter(ASAtom filterName,
ASInputStream inputStream,
COSDictionary decodeParams)
Gets decode filter from given input stream with given parameters.
|
| Constructor and 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.
|
| Modifier and Type | Method and Description |
|---|---|
static JPEG2000 |
JPEG2000.fromStream(ASInputStream stream)
Creates new JPEG2000 object
|
| Modifier and Type | Class and Description |
|---|---|
class |
InternalInputStream
ASInputStream for reading data from file.
|
class |
SeekableInputStream
Represents stream in which seek for a particular byte offset can be performed.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ASInputStream |
SeekableInputStream.getStream(long startOffset,
long length)
Gets substream of this stream that starts at given offset and has given
length.
|
ASInputStream |
InternalInputStream.getStream(long startOffset,
long length) |
| Modifier and Type | Method and Description |
|---|---|
long |
InternalOutputStream.write(ASInputStream stream) |
| Modifier and Type | Method and Description |
|---|---|
ASInputStream |
InlineImageOperator.getImageData() |
| Modifier and Type | Method and Description |
|---|---|
void |
InlineImageOperator.setImageData(ASInputStream imageData) |
| Modifier and Type | Method and Description |
|---|---|
ASInputStream |
BaseParser.getRandomAccess(long length) |
| Constructor and 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) |
| Constructor and Description |
|---|
PSParser(ASInputStream fileStream) |
| Modifier and Type | Method and Description |
|---|---|
ASInputStream |
PDIndexed.getLookup() |
| Constructor and Description |
|---|
CFFFontProgram(ASInputStream stream,
CMap cMap,
boolean isSubset)
Constructor from stream.
|
| Constructor and Description |
|---|
CMapParser(ASInputStream fileStream) |
| Constructor and Description |
|---|
OpenTypeFontProgram(ASInputStream source,
boolean isCFF,
boolean isSymbolic,
COSObject encoding,
CMap externalCMap,
boolean isSubset)
Constructor from stream, containing font data, and encoding details.
|
| Constructor and Description |
|---|
AFMParser(ASInputStream asInputStream,
String fontName) |
| Constructor and 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EexecFilterDecode
This is filter that decodes eexec coding in type 1 font files.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseCharStringParser.addStream(ASInputStream is) |
| Constructor and Description |
|---|
BaseCharStringParser(ASInputStream stream)
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)
Constructor that calls method parse(), so width is extracted right after
object is created.
|
Type1CharStringParser(ASInputStream decodedCharString) |
Type1FontProgram(ASInputStream fileStream) |
| Constructor and Description |
|---|
Type3CharProcParser(ASInputStream charProcStream)
Constructor parser from char proc data.
|
Copyright © 2015–2020 The veraPDF Consortium. All rights reserved.