Click or drag to resize

PatternDecompressorDecompress Method

Overload List
  Name Description
Public method Decompress(Byte) Decompresses four bytes of data and writes the data into an 8-bit integer. The high-order bytes are discarded.
Public method Decompress(Byte) Decompresses enough bytes of data to fill up the buffer.
Public method Decompress(Double) Decompresses eight bytes of data and writes the data into a 64-bit floating point number.
Public method Decompress(Int16) Decompresses four bytes of data and writes the data into a 16-bit signed integer. The high-order bytes are discarded.
Public method Decompress(Int32) Decompresses four bytes of data and writes the data into a 32-bit signed integer.
Public method Decompress(Int64) Decompresses eight bytes of data and writes the data into a 64-bit signed integer.
Public method Decompress(Single) Decompresses four bytes of data and writes the data into a 32-bit floating point number.
Public method Decompress(UInt16) Decompresses four bytes of data and writes the data into a 16-bit unsigned integer. The high-order bytes are discarded.
Public method Decompress(UInt32) Decompresses four bytes of data and writes the data into a 32-bit unsigned integer.
Public method Decompress(UInt64) Decompresses eight bytes of data and writes the data into a 64-bit unsigned integer.
Public method Decompress(Byte, Int32) Decompresses length bytes of data and places it in the buffer.
Public method Decompress(Byte, Int32, Int32) Decompresses length bytes of data and places it in the buffer starting at offset.
Top
See Also