Method DecompressString
DecompressString(Byte[])
Decompress the
Declaration
public static string DecompressString(byte[] value)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | value |
Returns
Type | Description |
---|---|
System.String |
DecompressString(Byte[], Int32, Int32)
Decompress the
Declaration
public static string DecompressString(byte[] value, int offset, int length)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | value | |
System.Int32 | offset | |
System.Int32 | length |
Returns
Type | Description |
---|---|
System.String |
DecompressString(BytesRef)
Decompress the
Declaration
public static string DecompressString(BytesRef bytes)
Parameters
Type | Name | Description |
---|---|---|
BytesRef | bytes |
Returns
Type | Description |
---|---|
System.String |