C# Class System.util.zlib.ZInflaterInputStream

Summary description for DeflaterOutputStream.
Inheritance: Stream
Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Свойство Type Description
buf byte[]
flushLevel int
inp Stream
z ZStream

Méthodes publiques

Méthode 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 méthode

public Close ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

Read() public méthode

public Read ( byte b, int off, int len ) : int
b byte
off int
len int
Résultat int

ReadByte() public méthode

public ReadByte ( ) : int
Résultat int

Seek() public méthode

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
Résultat long

SetLength() public méthode

public SetLength ( long value ) : void
value long
Résultat void

Write() public méthode

public Write ( byte b, int off, int len ) : void
b byte
off int
len int
Résultat void

WriteByte() public méthode

public WriteByte ( byte b ) : void
b byte
Résultat void

ZInflaterInputStream() public méthode

public ZInflaterInputStream ( Stream inp ) : System
inp Stream
Résultat System

ZInflaterInputStream() public méthode

public ZInflaterInputStream ( Stream inp, bool nowrap ) : System
inp Stream
nowrap bool
Résultat System

Property Details

buf protected_oe property

protected byte[] buf
Résultat byte[]

flushLevel protected_oe property

protected int flushLevel
Résultat int

inp protected_oe property

protected Stream inp
Résultat Stream

z protected_oe property

protected ZStream,System.util.zlib z
Résultat ZStream