Package org.jpedal.io.filter
Class ASCIIHex
java.lang.Object
com.idrsolutions.image.filter.Filter
org.jpedal.io.filter.ASCIIHex
ASCIIHex
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]decode(byte[] data) ASCIIHex decode using our own implementationvoiddecode(BufferedInputStream bis, BufferedOutputStream streamCache, String cacheName, Map<String, String> cachedObjects) ASCIIHex decode using our own implementationbyte[]encode(byte[] data) voidencode(BufferedInputStream bis, BufferedOutputStream bos) Methods inherited from class com.idrsolutions.image.filter.Filter
hasError, setEncHash, setupCachedObjectForDecoding
-
Constructor Details
-
ASCIIHex
Sets the filter options to be used- Parameters:
options- FilterOptions
-
-
Method Details
-
decode
public byte[] decode(byte[] data) ASCIIHex decode using our own implementation -
decode
public void decode(BufferedInputStream bis, BufferedOutputStream streamCache, String cacheName, Map<String, String> cachedObjects) ASCIIHex decode using our own implementation -
encode
public byte[] encode(byte[] data) -
encode
-