Class RBCodecLZW
java.lang.Object
com.inductiveautomation.rm.pdf.reader.RBCodec
com.inductiveautomation.rm.pdf.reader.RBCodecLZW
LZW decompressor
- 
Constructor SummaryConstructorsConstructorDescriptionRBCodecLZW(byte[] bytes, int offset, int length, int early1) Creates a new LZW decoder for given bytes.
- 
Method SummaryModifier 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.inductiveautomation.rm.pdf.reader.RBCodecbytesForASCII85, bytesForASCIIHex, bytesForASCIIHex
- 
Constructor Details- 
RBCodecLZWpublic RBCodecLZW(byte[] bytes, int offset, int length, int early1) Creates a new LZW decoder for given bytes.
 
- 
- 
Method Details- 
decodepublic static byte[] decode(byte[] bytes, int offset, int length, int early) Returns a decoded byte array for given LZW encoded byte array.
 
-