Table of Contents

Class TlsDeflateCompression

Namespace
Enterprises.Org.BouncyCastle.Crypto.Tls
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class TlsDeflateCompression : TlsCompression
Inheritance
TlsDeflateCompression
Implements
Inherited Members

Constructors

TlsDeflateCompression()

public TlsDeflateCompression()

TlsDeflateCompression(int)

public TlsDeflateCompression(int level)

Parameters

level int

Fields

LEVEL_DEFAULT

public const int LEVEL_DEFAULT = -1

Field Value

int

LEVEL_FASTEST

public const int LEVEL_FASTEST = 1

Field Value

int

LEVEL_NONE

public const int LEVEL_NONE = 0

Field Value

int

LEVEL_SMALLEST

public const int LEVEL_SMALLEST = 9

Field Value

int

zIn

protected readonly ZStream zIn

Field Value

ZStream

zOut

protected readonly ZStream zOut

Field Value

ZStream

Methods

Compress(Stream)

public virtual Stream Compress(Stream output)

Parameters

output Stream

Returns

Stream

Decompress(Stream)

public virtual Stream Decompress(Stream output)

Parameters

output Stream

Returns

Stream