C# Class Hjg.Pngcs.Zlib.ZlibInputStreamMs

Zip input (deflater) based on Ms DeflateStream (.net 4.5)
Inheritance: Hjg.Pngcs.Zlib.AZlibInputStream
Afficher le fichier Open project: devedse/DeveMazeGenerator

Méthodes publiques

Méthode Description
Close ( ) : void
Flush ( ) : void
Read ( byte array, int offset, int count ) : int
ZlibInputStreamMs ( Stream st, 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

Read() public méthode

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

ZlibInputStreamMs() public méthode

public ZlibInputStreamMs ( Stream st, bool leaveOpen ) : System
st Stream
leaveOpen bool
Résultat System

getImplementationId() public méthode

public getImplementationId ( ) : String
Résultat String