Click or drag to resize

PatternCompressorCompress Method

Overload List
  Name Description
Public method Compress(Byte) Compresses the given value and places it in the compressed buffer.
Public method Compress(Byte) Compresses all of the data in the given buffer.
Public method Compress(Double) Compresses the given value and places it in the compressed buffer.
Public method Compress(Int16) Compresses the given value and places it in the compressed buffer.
Public method Compress(Int32) Compresses the given value and places it in the compressed buffer.
Public method Compress(Int64) Compresses the given value and places it in the compressed buffer.
Public method Compress(ISupportBinaryImage) Compresses the given value and places it in the compressed buffer.
Public method Compress(Single) Compresses the given value and places it in the compressed buffer.
Public method Compress(UInt16) Compresses the given value and places it in the compressed buffer.
Public method Compress(UInt32) Compresses the given value and places it in the compressed buffer.
Public method Compress(UInt64) Compresses the given value and places it in the compressed buffer.
Public method Compress(Byte, Int32) Compresses length bytes of data in the given buffer.
Public method Compress(Byte, Int32, Int32) Compresses length bytes of data in the given buffer, starting at offset.
Top
See Also