C# Class System.IO.Compression.ZLibNative.ZLibStreamHandle

Inheritance: System.Runtime.InteropServices.SafeHandle
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
ZLibStreamHandle ( ) : System.Diagnostics

Private Methods

Méthode Description
Deflate ( FlushCode flush ) : ErrorCode
DeflateEnd ( ) : ErrorCode
DeflateInit2_ ( CompressionLevel level, int windowBits, int memLevel, CompressionStrategy strategy ) : ErrorCode
EnsureNotDisposed ( ) : void
EnsureState ( State requiredState ) : void
GetErrorMessage ( ) : string
Inflate ( FlushCode flush ) : ErrorCode
InflateEnd ( ) : ErrorCode
InflateInit2_ ( int windowBits ) : ErrorCode
InflateReset ( int windowBits ) : ErrorCode
ReleaseHandle ( ) : bool

Method Details

ZLibStreamHandle() public méthode

public ZLibStreamHandle ( ) : System.Diagnostics
Résultat System.Diagnostics