C# Class GitSharp.Core.Util.TemporaryBuffer.Block

Show file Open project: jagregory/GitSharp

Public Properties

Property Type Description
buffer byte[]
count int

Public Methods

Method Description
isFull ( ) : bool

Method Details

isFull() public method

public isFull ( ) : bool
return bool

Property Details

buffer public property

public byte[] buffer
return byte[]

count public property

public int count
return int