Uses of Class
org.sejda.sambox.filter.DecodeResult
Packages that use DecodeResult
-
Uses of DecodeResult in org.sejda.sambox.cos
Methods in org.sejda.sambox.cos that return DecodeResult -
Uses of DecodeResult in org.sejda.sambox.filter
Fields in org.sejda.sambox.filter declared as DecodeResultModifier and TypeFieldDescriptionstatic final DecodeResultDecodeResult.DEFAULTDefault decode result.Methods in org.sejda.sambox.filter that return DecodeResultModifier and TypeMethodDescriptionabstract DecodeResultFilter.decode(InputStream encoded, OutputStream decoded, COSDictionary parameters, int index) Decodes data, producing the original non-encoded data.JPXFilter.decode(InputStream encoded, OutputStream decoded, COSDictionary parameters, int index) Decodes data, producing the original non-encoded data.LZWFilter.decode(InputStream encoded, OutputStream decoded, COSDictionary parameters, int index) Decodes data, producing the original non-encoded data.