Package com.ribs.pdf
Class RBCodecLZW
java.lang.Object
com.ribs.pdf.RBCodec
com.ribs.pdf.RBCodecLZW
- 
Constructor Summary
ConstructorsConstructorDescriptionRBCodecLZW(byte[] bytes, int offset, int length, int early1) Creates a new LZW decoder for given bytes. - 
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]decode(byte[] bytes, int offset, int length, int early) Returns a decoded byte array for given LZW encoded byte array.Methods inherited from class com.ribs.pdf.RBCodec
bytesForASCII85, bytesForASCIIHex, bytesForASCIIHex 
- 
Constructor Details
- 
RBCodecLZW
public RBCodecLZW(byte[] bytes, int offset, int length, int early1) Creates a new LZW decoder for given bytes. 
 - 
 - 
Method Details
- 
decode
public static byte[] decode(byte[] bytes, int offset, int length, int early) Returns a decoded byte array for given LZW encoded byte array. 
 -