C# Class GitSharp.Core.ByteArrayWindow

A ByteWindow with an underlying byte array for storage.
Inheritance: GitSharp.Core.ByteWindow
Show file Open project: jagregory/GitSharp

Protected Methods

Method Description
Inflate ( int pos, byte b, int o, Inflater inf ) : int
copy ( int p, byte b, int o, int n ) : int
inflateVerify ( int pos, Inflater inf ) : void

Private Methods

Method Description
ByteArrayWindow ( PackFile pack, long o, byte b ) : System

Method Details

Inflate() protected method

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

copy() protected method

protected copy ( int p, byte b, int o, int n ) : int
p int
b byte
o int
n int
return int

inflateVerify() protected method

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