Package org.jpedal.io.filter
Class CCITT
java.lang.Object
com.idrsolutions.image.filter.Filter
org.jpedal.io.filter.CCITT
CCITT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
decode
(byte[] rawData) CCITT decode using our own implementationvoid
decode
(BufferedInputStream bis, BufferedOutputStream streamCache, String cacheName, Map<String, String> cachedObjects) CCITT decode using our own implementationbyte[]
encode
(byte[] data) CCITT encoding is currently unsupportedvoid
encode
(BufferedInputStream bis, BufferedOutputStream bos) CCITT encoding is currently unsupportedMethods inherited from class com.idrsolutions.image.filter.Filter
hasError, setEncHash, setupCachedObjectForDecoding
-
Constructor Details
-
CCITT
public CCITT(int w, int h) -
CCITT
-
-
Method Details
-
decode
public byte[] decode(byte[] rawData) CCITT decode using our own implementation -
decode
public void decode(BufferedInputStream bis, BufferedOutputStream streamCache, String cacheName, Map<String, String> cachedObjects) throws ExceptionCCITT decode using our own implementation -
encode
public byte[] encode(byte[] data) CCITT encoding is currently unsupported -
encode
CCITT encoding is currently unsupported
-