C# Class System.util.zlib.ZOutputStream

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

Protected Properties

Свойство Type Description
buf byte[]
buf1 byte[]
closed bool
compress bool
flushLevel int
output Stream
z ZStream

Méthodes publiques

Méthode Description
Close ( ) : void
End ( ) : void
Finish ( ) : void
Flush ( ) : void
Read ( byte buffer, int offset, int count ) : int
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long value ) : void
Write ( byte b, int off, int len ) : void
WriteByte ( byte b ) : void
ZOutputStream ( Stream output ) : System
ZOutputStream ( Stream output, int level ) : System
ZOutputStream ( Stream output, int level, bool nowrap ) : System

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

End() public méthode

public End ( ) : void
Résultat void

Finish() public méthode

public Finish ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

Read() public final méthode

public final Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count 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 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

ZOutputStream() public méthode

public ZOutputStream ( Stream output ) : System
output Stream
Résultat System

ZOutputStream() public méthode

public ZOutputStream ( Stream output, int level ) : System
output Stream
level int
Résultat System

ZOutputStream() public méthode

public ZOutputStream ( Stream output, int level, bool nowrap ) : System
output Stream
level int
nowrap bool
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

output protected_oe property

protected Stream output
Résultat Stream

z protected_oe property

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