Method | Description | |
---|---|---|
PDFCompress ( byte UnCompressed ) : System |
Takes the uncompressed byte array
|
|
RLECompress ( ) : byte[] |
compresses uncompressed data to compressed data in byte array
|
Method | Description | |
---|---|---|
WriteNoRepeater ( MemoryStream NoRepeatBytes ) : void | ||
WriteRunLength ( int length, byte encodee ) : int |
Write compressed data as RunLength
|
public PDFCompress ( byte UnCompressed ) : System | ||
UnCompressed | byte | uncompressed data |
return | System |