C# Class GitSharp.Tests.XInputStream

Inheritance: IDisposable
Exibir arquivo Open project: jagregory/GitSharp Class Usage Examples

Private Properties

Property Type Description
Close void
ReadFully byte[]
ReadFully void
ReadUInt32 long
ReadUInt8 int
XInputStream System

Public Methods

Method Description
Dispose ( ) : void

Private Methods

Method Description
Close ( ) : void
ReadFully ( int len ) : byte[]
ReadFully ( byte b, int o, int len ) : void
ReadUInt32 ( ) : long
ReadUInt8 ( ) : int
XInputStream ( FileStream s ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void