RunLengthFilter

RunLengthFilter

Overview

RunLengthFilter is a class in Aspose.PDF FOSS for Java. Inherits from: PdfFilter.

RunLengthDecode filter (§7.4.5, ISO 32000-1:2008).

This class provides 4 methods for working with RunLengthFilter objects in Java programs. Available methods include: RunLengthFilter, decode, encode, getName. All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package. Properties: name.

Properties

NameTypeAccessDescription
namePdfNameRead{@inheritDoc}
/

Methods

SignatureDescription
RunLengthFilter()Creates a RunLengthFilter instance.
decode(encoded: byte[], params: PdfDictionary)byte[]{@inheritDoc}
/
encode(decoded: byte[], params: PdfDictionary)byte[]{@inheritDoc}
/
getName()PdfName{@inheritDoc}
/

See Also

 English