C# 클래스 fNbt.ZLibStream

DeflateStream wrapper that calculates Adler32 checksum of the written data, to allow writing ZLib header (RFC-1950).
파일 보기 프로젝트 열기: fragmer/fNbt 1 사용 예제들

공개 메소드들

메소드 설명
Write ( byte array, int offset, int count ) : void
ZLibStream ( [ stream, CompressionMode mode, bool leaveOpen ) : System.Collections.Generic

비공개 메소드들

메소드 설명
UpdateChecksum ( [ data, int offset, int length ) : void

메소드 상세

Write() 공개 메소드

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

ZLibStream() 공개 메소드

public ZLibStream ( [ stream, CompressionMode mode, bool leaveOpen ) : System.Collections.Generic
stream [
mode CompressionMode
leaveOpen bool
리턴 System.Collections.Generic