RunLengthFilter
Overview
RunLengthFilter is a class in Aspose.Pdf FOSS for Java.
Inherits from: COSFilter.
RunLengthDecode filter (§7.4.5, ISO 32000-1:2008).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | COSName | Read | {@inheritDoc} |
| / |
Methods
| Signature | Description |
|---|---|
RunLengthFilter() | Creates a RunLengthFilter instance. |
decode(encoded: byte[], params: COSDictionary) → byte[] | {@inheritDoc} |
| / | |
encode(decoded: byte[], params: COSDictionary) → byte[] | {@inheritDoc} |
| / | |
getName() → COSName | {@inheritDoc} |
| / |