C# Class GitSharp.Core.ByteBufferWindow

A window for accessing git packs using a Stream for storage.
Inheritance: GitSharp.Core.ByteWindow, IDisposable
Afficher le fichier Open project: jagregory/GitSharp

Méthodes publiques

Méthode Description
Dispose ( ) : void

Méthodes protégées

Méthode Description
Inflate ( int pos, byte b, int o, Inflater inf ) : int
copy ( int pos, byte dstbuf, int dstoff, int cnt ) : int
inflateVerify ( int pos, Inflater inf ) : void

Private Methods

Méthode Description
ByteBufferWindow ( PackFile pack, long o, Stream b ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Inflate() protected méthode

protected Inflate ( int pos, byte b, int o, Inflater inf ) : int
pos int
b byte
o int
inf ICSharpCode.SharpZipLib.Zip.Compression.Inflater
Résultat int

copy() protected méthode

protected copy ( int pos, byte dstbuf, int dstoff, int cnt ) : int
pos int
dstbuf byte
dstoff int
cnt int
Résultat int

inflateVerify() protected méthode

protected inflateVerify ( int pos, Inflater inf ) : void
pos int
inf ICSharpCode.SharpZipLib.Zip.Compression.Inflater
Résultat void