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