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