JPXDecodeFilter

JPXDecodeFilter

Overview

JPXDecodeFilter is a class in Aspose.Pdf FOSS for Java. Inherits from: COSFilter.

JPXDecode filter — JPEG 2000 decompression (§7.4.9, ISO 32000-1:2008).

Properties

NameTypeAccessDescription
nameCOSNameRead

Methods

SignatureDescription
decode(encoded: byte[], params: COSDictionary)byte[]
encode(decoded: byte[], params: COSDictionary)byte[]Not implemented in the FOSS edition — throws at runtime.
getName()COSName

See Also