C# Class System.util.zlib.ZInflaterInputStream

Summary description for DeflaterOutputStream.
Inheritance: Stream
Mostra file Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Property Type Description
buf byte[]
flushLevel int
inp 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 b, int off, int len ) : void
WriteByte ( byte b ) : void
ZInflaterInputStream ( Stream inp ) : System
ZInflaterInputStream ( Stream inp, bool nowrap ) : System

Method Details

Close() public method

public Close ( ) : void
return void

Flush() public method

public 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 method

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

SetLength() public method

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

Write() public method

public Write ( byte b, int off, int len ) : void
b byte
off int
len int
return void

WriteByte() public method

public WriteByte ( byte b ) : void
b byte
return void

ZInflaterInputStream() public method

public ZInflaterInputStream ( Stream inp ) : System
inp Stream
return System

ZInflaterInputStream() public method

public ZInflaterInputStream ( Stream inp, bool nowrap ) : System
inp Stream
nowrap bool
return System

Property Details

buf protected_oe property

protected byte[] buf
return byte[]

flushLevel protected_oe property

protected int flushLevel
return int

inp protected_oe property

protected Stream inp
return Stream

z protected_oe property

protected ZStream,System.util.zlib z
return ZStream