C# Class fNbt.ZLibStream

DeflateStream wrapper that calculates Adler32 checksum of the written data, to allow writing ZLib header (RFC-1950).
Afficher le fichier Open project: fragmer/fNbt Class Usage Examples

Méthodes publiques

Méthode Description
Write ( byte array, int offset, int count ) : void
ZLibStream ( [ stream, CompressionMode mode, bool leaveOpen ) : System.Collections.Generic

Private Methods

Méthode Description
UpdateChecksum ( [ data, int offset, int length ) : void

Method Details

Write() public méthode

public Write ( byte array, int offset, int count ) : void
array byte
offset int
count int
Résultat void

ZLibStream() public méthode

public ZLibStream ( [ stream, CompressionMode mode, bool leaveOpen ) : System.Collections.Generic
stream [
mode CompressionMode
leaveOpen bool
Résultat System.Collections.Generic