Method | Description | |
---|---|---|
Compress ( byte content ) : byte[] | ||
Decompress ( byte content ) : byte[] | ||
Decompress ( byte content, int offset, int count ) : byte[] |
public static Compress ( byte content ) : byte[] | ||
content | byte | |
return | byte[] |
public static Decompress ( byte content ) : byte[] | ||
content | byte | |
return | byte[] |
public static Decompress ( byte content, int offset, int count ) : byte[] | ||
content | byte | |
offset | int | |
count | int | |
return | byte[] |