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