C# 클래스 Zlib.ZlibBaseStream

상속: Stream
파일 보기 프로젝트 열기: robertbaker/SevenUpdate 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
GzipComment string
GzipFileName string
GzipHeaderByteCount int
Mode StreamMode
Stream Stream
ZlibCodec ZlibCodec

Private Properties

프로퍼티 타입 설명
End void
Finish void
ReadAndValidateGzipHeader int
ReadZeroTerminatedString string

공개 메소드들

메소드 설명
Close ( ) : void
Flush ( ) : void
Read ( byte buffer, int offset, int count ) : int
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long value ) : void
Write ( byte buffer, int offset, int count ) : void
ZlibBaseStream ( Stream stream, CompressionMode compressionMode, CompressionLevel level, ZlibStreamFlavor flavor, bool leaveOpen ) : System

비공개 메소드들

메소드 설명
End ( ) : void
Finish ( ) : void
ReadAndValidateGzipHeader ( ) : int
ReadZeroTerminatedString ( ) : string

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

Read() 공개 메소드

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

Seek() 공개 메소드

public Seek ( long offset, SeekOrigin origin ) : long
offset long ///
origin SeekOrigin
리턴 long

SetLength() 공개 메소드

public SetLength ( long value ) : void
value long ///
리턴 void

Write() 공개 메소드

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

ZlibBaseStream() 공개 메소드

public ZlibBaseStream ( Stream stream, CompressionMode compressionMode, CompressionLevel level, ZlibStreamFlavor flavor, bool leaveOpen ) : System
stream Stream
compressionMode CompressionMode
level CompressionLevel
flavor ZlibStreamFlavor
leaveOpen bool
리턴 System

프로퍼티 상세

GzipComment 보호되어 있는 프로퍼티

protected string GzipComment
리턴 string

GzipFileName 보호되어 있는 프로퍼티

protected string GzipFileName
리턴 string

GzipHeaderByteCount 보호되어 있는 프로퍼티

protected int GzipHeaderByteCount
리턴 int

Mode 보호되어 있는 프로퍼티

protected StreamMode Mode
리턴 StreamMode

Stream 보호되어 있는 프로퍼티

protected Stream Stream
리턴 Stream

ZlibCodec 보호되어 있는 프로퍼티

protected ZlibCodec,Zlib ZlibCodec
리턴 ZlibCodec