forked from Neodymium146/gta-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 17
RageLib.Compression.DeflateCompression
Jérémie N'gadi edited this page Aug 5, 2018
·
2 revisions
Represents a deflate compression algorithm.
namespace: RageLib.Compression
-
ICompressionAlgorithm
DeflateCompression
public class DeflateCompression : ICompressionAlgorithm
⬜ | prototype | description |
---|
⬜ | name | description |
---|
⬜ | prototype | description |
---|---|---|
method | [] Compress(byte[] data) |
Compresses data. |
method | [] CompressData(byte[] data) |
Compresses data. |
method | [] Decompress(byte[] data, int decompressedLength) |
Decompresses data. |
method | [] DecompressData(byte[] data, int decompressedLength) |
Decompresses data. |
⬜ | name | description |
---|