C# Class Hjg.Pngcs.Zlib.ZlibInputStreamMs

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

Public Methods

Method Description
Close ( ) : void
Flush ( ) : void
Read ( byte array, int offset, int count ) : int
ZlibInputStreamMs ( Stream st, bool leaveOpen ) : System
getImplementationId ( ) : String

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
doInit ( ) : void
initStream ( ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Flush() public method

public Flush ( ) : void
return void

Read() public method

public Read ( byte array, int offset, int count ) : int
array byte
offset int
count int
return int

ZlibInputStreamMs() public method

public ZlibInputStreamMs ( Stream st, bool leaveOpen ) : System
st Stream
leaveOpen bool
return System

getImplementationId() public method

public getImplementationId ( ) : String
return String