Table of Contents

Class Zlib

Namespace
Fenrir.Git
Assembly
Fenrir.Git.dll

Functions to work with Deflate compression.

[CompilationMapping(SourceConstructFlags.Module)]
public static class Zlib
Inheritance
Zlib
Inherited Members

Methods

PackObject(Stream, Stream)

Packs the input into a deflate stream.

public static void PackObject(Stream input, Stream output)

Parameters

input Stream
output Stream

UnpackObject(Stream, Stream)

Unpacks a deflate stream.

public static void UnpackObject(Stream input, Stream output)

Parameters

input Stream
output Stream

UnpackObjectAndReturnPackedLength(Stream, Stream)

Unpacks a deflate stream and returns the packed (processed, input) data size.

public static long UnpackObjectAndReturnPackedLength(Stream input, Stream output)

Parameters

input Stream
output Stream

Returns

long