|
Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Classes | |
| struct | DotZLib.ZStream |
| class | DotZLib.ZLibException |
| The exception that is thrown when an error occurs on the zlib dll More... | |
| interface | DotZLib.ChecksumGenerator |
| Declares methods and properties that enables a running checksum to be calculated More... | |
| interface | DotZLib.Codec |
| Declares methods and events for implementing compressors/decompressors More... | |
| class | DotZLib.Info |
| Encapsulates general information about the ZLib library More... | |
Namespaces | |
| namespace | DotZLib |
Enumerations | |
| enum class | DotZLib.FlushTypes { DotZLib.None , DotZLib.Partial , DotZLib.Sync , DotZLib.Full , DotZLib.Finish , DotZLib.Block } |
| Defines constants for the various flush types used with zlib More... | |
| enum class | DotZLib.CompressLevel : int { DotZLib.Default = -1 , DotZLib.None = 0 , DotZLib.Best = 9 , DotZLib.Fastest = 1 } |
| Defines constants for the available compression levels in zlib More... | |
Functions | |
| delegate void | DotZLib.DataAvailableHandler (byte[] data, int startIndex, int count) |
| Represents the method that will be called from a codec when new data are available. More... | |