| Package | Description |
|---|---|
| org.verapdf.as.filters | |
| org.verapdf.as.filters.io | |
| org.verapdf.cos | |
| org.verapdf.cos.filters | |
| org.verapdf.io |
| Modifier and Type | Class and Description |
|---|---|
class |
ASOutFilter
Base class for output filters.
|
| Modifier and Type | Method and Description |
|---|---|
protected ASOutputStream |
ASOutFilter.getStoredOutputStream() |
| Modifier and Type | Method and Description |
|---|---|
ASOutFilter |
IASFilterFactory.getOutFilter(ASOutputStream outputStream)
Gets output filter with encoded data.
|
ASOutFilter |
ASFilterFactory.getOutFilter(ASOutputStream outputStream)
Gets encoded stream from the given one.
|
| Constructor and Description |
|---|
ASOutFilter(ASOutputStream outStream) |
| Modifier and Type | Class and Description |
|---|---|
class |
ASBufferingOutFilter |
| Constructor and Description |
|---|
ASBufferingOutFilter(ASOutputStream stream) |
ASBufferingOutFilter(ASOutputStream stream,
int bufferCapacity) |
| Modifier and Type | Method and Description |
|---|---|
ASOutputStream |
COSFilters.getOutputStream(ASOutputStream outputStream) |
| Modifier and Type | Method and Description |
|---|---|
ASOutputStream |
COSFilters.getOutputStream(ASOutputStream outputStream) |
| Modifier and Type | Class and Description |
|---|---|
class |
COSFilterFlateEncode
Filter that implements flate encoding.
|
| Modifier and Type | Method and Description |
|---|---|
static ASOutFilter |
COSFilterRegistry.getEncodeFilter(ASAtom filterName,
ASOutputStream outputStream)
Gets decode filter from given input stream.
|
| Constructor and Description |
|---|
COSFilterFlateEncode(ASOutputStream stream) |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalOutputStream |
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.