|
enum | FlushCode {
NoFlush = 0
, SyncFlush = 2
, Finish = 4
, Block = 5
,
NoFlush = 0
, SyncFlush = 2
, Finish = 4
, Block = 5
} |
|
enum | ErrorCode {
Ok = 0
, StreamEnd = 1
, StreamError = -2
, DataError = -3
,
MemError = -4
, BufError = -5
, VersionError = -6
, Ok = 0
,
StreamEnd = 1
, StreamError = -2
, DataError = -3
, MemError = -4
,
BufError = -5
, VersionError = -6
} |
|
enum | CompressionLevel {
NoCompression = 0
, BestSpeed = 1
, DefaultCompression = -1
, BestCompression = 9
,
NoCompression = 0
, BestSpeed = 1
, DefaultCompression = -1
, BestCompression = 9
} |
|
enum | CompressionStrategy { DefaultStrategy
, DefaultStrategy
} |
|
enum | CompressionMethod { Deflated = 8
, Deflated = 8
} |
|
enum | FlushCode {
NoFlush = 0
, SyncFlush = 2
, Finish = 4
, Block = 5
,
NoFlush = 0
, SyncFlush = 2
, Finish = 4
, Block = 5
} |
|
enum | ErrorCode {
Ok = 0
, StreamEnd = 1
, StreamError = -2
, DataError = -3
,
MemError = -4
, BufError = -5
, VersionError = -6
, Ok = 0
,
StreamEnd = 1
, StreamError = -2
, DataError = -3
, MemError = -4
,
BufError = -5
, VersionError = -6
} |
|
enum | CompressionLevel {
NoCompression = 0
, BestSpeed = 1
, DefaultCompression = -1
, BestCompression = 9
,
NoCompression = 0
, BestSpeed = 1
, DefaultCompression = -1
, BestCompression = 9
} |
|
enum | CompressionStrategy { DefaultStrategy
, DefaultStrategy
} |
|
enum | CompressionMethod { Deflated = 8
, Deflated = 8
} |
|
Definition at line 5 of file ZLibNative.cs.