C# Class System.util.zlib.ZInputStream

Inheritance: Stream
Mostra file Open project: nonorganic/dssnet

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, bool nowrap ) : System
ZInputStream ( Stream input, int level ) : System

Method Details

Close() public method

public Close ( ) : void
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, 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

Property Details

buf protected_oe property

protected byte[] buf
return byte[]

buf1 protected_oe property

protected byte[] buf1
return byte[]

closed protected_oe property

protected bool closed
return bool

compress protected_oe property

protected bool compress
return bool

flushLevel protected_oe property

protected int flushLevel
return int

input protected_oe property

protected Stream input
return Stream

z protected_oe property

protected ZStream,System.util.zlib z
return ZStream