Overload | Description |
---|---|
Compress(Byte[]) | Compresses an array of bytes using the Xceed compression format. |
Compress(Byte[],String) | Compresses an array of bytes using the Xceed compression format and encryption password. |
Compress(Byte[],StreamingEncryptionMethod,String) | |
Compress(Byte[],CompressionMethod,CompressionLevel) | Compresses an array of bytes using the Xceed compression format with the specified compression method and level. |
Compress(Byte[],CompressionMethod,CompressionLevel,String) | Compresses an array of bytes using the Xceed compression format with the specified compression method and level and, encryption password. |
Compress(Byte[],CompressionMethod,CompressionLevel,StreamingEncryptionMethod,String) | |
Compress(Byte[],Int32,Int32,CompressionMethod,CompressionLevel) | Compresses an array of bytes using the Xceed compression format specifying the amount of bytes to compress as well as compression method and level. |
Compress(Byte[],Int32,Int32,CompressionMethod,CompressionLevel,String) | Compresses an array of bytes using the Xceed compression format specifying the amount of bytes to compress as well as compression method and level, and encryption password. |
Compress(Byte[],Int32,Int32,CompressionMethod,CompressionLevel,StreamingEncryptionMethod,String) | |
Compress(Byte[],Int32,Int32,CompressionMethod,CompressionLevel,StreamingEncryptionMethod,Int32,String) |