Pattern
|
Name | Description | |
---|---|---|
Compress(Byte) | Compresses the given value and places it in the compressed buffer. | |
Compress(Byte) | Compresses all of the data in the given buffer. | |
Compress(Double) | Compresses the given value and places it in the compressed buffer. | |
Compress(Int16) | Compresses the given value and places it in the compressed buffer. | |
Compress(Int32) | Compresses the given value and places it in the compressed buffer. | |
Compress(Int64) | Compresses the given value and places it in the compressed buffer. | |
Compress(ISupportBinaryImage) | Compresses the given value and places it in the compressed buffer. | |
Compress(Single) | Compresses the given value and places it in the compressed buffer. | |
Compress(UInt16) | Compresses the given value and places it in the compressed buffer. | |
Compress(UInt32) | Compresses the given value and places it in the compressed buffer. | |
Compress(UInt64) | Compresses the given value and places it in the compressed buffer. | |
Compress(Byte, Int32) | Compresses length bytes of data in the given buffer. | |
Compress(Byte, Int32, Int32) | Compresses length bytes of data in the given buffer, starting at offset. |