C# 클래스 OpenRasta.IO.Compression.GZippedStream

상속: WrapperStream
파일 보기 프로젝트 열기: Huddle/openrasta-stable 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
GZippedStream ( Stream underlyingStream ) : System.IO
Write ( byte buffer, int offset, int count ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

GZippedStream() 공개 메소드

public GZippedStream ( Stream underlyingStream ) : System.IO
underlyingStream System.IO.Stream
리턴 System.IO

Write() 공개 메소드

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