C# 클래스 Hjg.Pngcs.Zlib.ZlibInputStreamMs

Zip input (deflater) based on Ms DeflateStream (.net 4.5)
상속: Hjg.Pngcs.Zlib.AZlibInputStream
파일 보기 프로젝트 열기: devedse/DeveMazeGenerator

공개 메소드들

메소드 설명
Close ( ) : void
Flush ( ) : void
Read ( byte array, int offset, int count ) : int
ZlibInputStreamMs ( Stream st, bool leaveOpen ) : System
getImplementationId ( ) : String

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
doInit ( ) : void
initStream ( ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

Read() 공개 메소드

public Read ( byte array, int offset, int count ) : int
array byte
offset int
count int
리턴 int

ZlibInputStreamMs() 공개 메소드

public ZlibInputStreamMs ( Stream st, bool leaveOpen ) : System
st Stream
leaveOpen bool
리턴 System

getImplementationId() 공개 메소드

public getImplementationId ( ) : String
리턴 String