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

상속: Hjg.Pngcs.Zlib.AZlibOutputStream
파일 보기 프로젝트 열기: devedse/DeveMazeGenerator

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
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

Write() 공개 메소드

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

WriteByte() 공개 메소드

public WriteByte ( byte value ) : void
value byte
리턴 void

ZlibOutputStreamMs() 공개 메소드

public ZlibOutputStreamMs ( Stream st, int compressLevel, EDeflateCompressStrategy strat, bool leaveOpen ) : System
st Stream
compressLevel int
strat EDeflateCompressStrategy
leaveOpen bool
리턴 System

getImplementationId() 공개 메소드

public getImplementationId ( ) : String
리턴 String