C# Class Hjg.Pngcs.Zlib.ZlibOutputStreamMs

Inheritance: Hjg.Pngcs.Zlib.AZlibOutputStream
Afficher le fichier Open project: devedse/DeveMazeGenerator

Méthodes publiques

Méthode Description
Close ( ) : void
Flush ( ) : void
Write ( byte array, int offset, int count ) : void
WriteByte ( byte value ) : void
ZlibOutputStreamMs ( Stream st, int compressLevel, EDeflateCompressStrategy strat, bool leaveOpen ) : System
getImplementationId ( ) : String

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
doInit ( ) : void
initStream ( ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

Write() public méthode

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

WriteByte() public méthode

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

ZlibOutputStreamMs() public méthode

public ZlibOutputStreamMs ( Stream st, int compressLevel, EDeflateCompressStrategy strat, bool leaveOpen ) : System
st Stream
compressLevel int
strat EDeflateCompressStrategy
leaveOpen bool
Résultat System

getImplementationId() public méthode

public getImplementationId ( ) : String
Résultat String