Package org.jpedal.io.filter
Class JPX
java.lang.Object
com.idrsolutions.image.filter.Filter
org.jpedal.io.filter.JPX
JPX
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
decode
(byte[] data) JPX decode - use a byte array stream to decompress data in memoryvoid
decode
(BufferedInputStream bis, BufferedOutputStream streamCache, String cacheName, Map<String, String> cachedObjects) JPX decodebyte[]
encode
(byte[] data) JPX encoding is currently unsupportedvoid
encode
(BufferedInputStream bis, BufferedOutputStream bos) JPX encoding is currently unsupportedint
Methods inherited from class com.idrsolutions.image.filter.Filter
hasError, setEncHash, setupCachedObjectForDecoding
-
Constructor Details
-
JPX
-
-
Method Details
-
decode
JPX decode - use a byte array stream to decompress data in memory -
decode
public void decode(BufferedInputStream bis, BufferedOutputStream streamCache, String cacheName, Map<String, String> cachedObjects) throws ExceptionJPX decode -
encode
public byte[] encode(byte[] data) JPX encoding is currently unsupported -
encode
JPX encoding is currently unsupported -
getRawColorSpace
public int getRawColorSpace()
-