C# Class Org.BouncyCastle.Utilities.Zlib.ZInputStream

Inheritance: ZStream
Show file Open project: gkardava/WinPass Class Usage Examples

Protected Properties

Property Type Description
buf byte[]
buf1 byte[]
closed bool
compress bool
flushLevel int
input Stream
z ZStream

Public Methods

Method Description
Close ( ) : void
Flush ( ) : void
Read ( byte b, int off, int len ) : int
ReadByte ( ) : int
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long value ) : void
Write ( byte buffer, int offset, int count ) : void
ZInputStream ( Stream input ) : System
ZInputStream ( Stream input, ZStream z ) : System
ZInputStream ( Stream input, bool nowrap ) : System
ZInputStream ( Stream input, int level ) : System
ZInputStream ( Stream input, int level, bool nowrap ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
GetDefaultZStream ( bool nowrap ) : ZStream

Method Details

Close() public method

public Close ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Flush() public final method

public final Flush ( ) : void
return void

Read() public method

public Read ( byte b, int off, int len ) : int
b byte
off int
len int
return int

ReadByte() public method

public ReadByte ( ) : int
return int

Seek() public final method

public final Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
return long

SetLength() public final method

public final SetLength ( long value ) : void
value long
return void

Write() public final method

public final Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
return void

ZInputStream() public method

public ZInputStream ( Stream input ) : System
input Stream
return System

ZInputStream() public method

public ZInputStream ( Stream input, ZStream z ) : System
input Stream
z ZStream
return System

ZInputStream() public method

public ZInputStream ( Stream input, bool nowrap ) : System
input Stream
nowrap bool
return System

ZInputStream() public method

public ZInputStream ( Stream input, int level ) : System
input Stream
level int
return System

ZInputStream() public method

public ZInputStream ( Stream input, int level, bool nowrap ) : System
input Stream
level int
nowrap bool
return System

Property Details

buf protected property

protected byte[] buf
return byte[]

buf1 protected property

protected byte[] buf1
return byte[]

closed protected property

protected bool closed
return bool

compress protected property

protected bool compress
return bool

flushLevel protected property

protected int flushLevel
return int

input protected property

protected Stream input
return Stream

z protected property

protected ZStream,Org.BouncyCastle.Utilities.Zlib z
return ZStream