Method Decompress
Decompress(DataInput, Int32, Byte[], Int32)
Decompress at least decompressedLen
bytes into
dest[dOff]
. Please note that dest
must be large
enough to be able to hold all decompressed data (meaning that you
need to know the total decompressed length).
Declaration
public static int Decompress(DataInput compressed, int decompressedLen, byte[] dest, int dOff)
Parameters
Type | Name | Description |
---|---|---|
DataInput | compressed | |
System.Int32 | decompressedLen | |
System.Byte[] | dest | |
System.Int32 | dOff |
Returns
Type | Description |
---|---|
System.Int32 |