C# Class System.util.zlib.ZInputStream

Inheritance: Stream
Afficher le fichier Open project: nonorganic/dssnet

Protected Properties

Свойство Type Description
buf byte[]
buf1 byte[]
closed bool
compress bool
flushLevel int
input 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 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 méthode

public Close ( ) : void
Résultat void

Flush() public final méthode

public final 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 final méthode

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

SetLength() public final méthode

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

Write() public final méthode

public final Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
Résultat void

ZInputStream() public méthode

public ZInputStream ( Stream input ) : System
input Stream
Résultat System

ZInputStream() public méthode

public ZInputStream ( Stream input, bool nowrap ) : System
input Stream
nowrap bool
Résultat System

ZInputStream() public méthode

public ZInputStream ( Stream input, int level ) : System
input Stream
level int
Résultat System

Property Details

buf protected_oe property

protected byte[] buf
Résultat byte[]

buf1 protected_oe property

protected byte[] buf1
Résultat byte[]

closed protected_oe property

protected bool closed
Résultat bool

compress protected_oe property

protected bool compress
Résultat bool

flushLevel protected_oe property

protected int flushLevel
Résultat int

input protected_oe property

protected Stream input
Résultat Stream

z protected_oe property

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