Property | Type | Description | |
---|---|---|---|
magic | uint | ||
maxSegmentSize | uint |
Method | Description | |
---|---|---|
Compress ( Stream inStream, int count ) : byte[] | ||
Compress ( byte buffer ) : byte[] | ||
Compress ( byte buffer, int offset, int count ) : byte[] | ||
Decompress ( Stream inStream, int count ) : byte[] | ||
Decompress ( byte buffer, int offset, int count ) : byte[] | ||
DecompressAsync ( byte buffer ) : Task |
public static Compress ( Stream inStream, int count ) : byte[] | ||
inStream | Stream | |
count | int | |
return | byte[] |
public static Compress ( byte buffer ) : byte[] | ||
buffer | byte | |
return | byte[] |
public static Compress ( byte buffer, int offset, int count ) : byte[] | ||
buffer | byte | |
offset | int | |
count | int | |
return | byte[] |
public static Decompress ( Stream inStream, int count ) : byte[] | ||
inStream | Stream | |
count | int | |
return | byte[] |
public static Decompress ( byte buffer, int offset, int count ) : byte[] | ||
buffer | byte | |
offset | int | |
count | int | |
return | byte[] |
public static DecompressAsync ( byte buffer ) : Task |
||
buffer | byte | |
return | Task |