C# Class GitSharp.Core.Util.FileStreamExtensions

Show file Open project: jagregory/GitSharp

Public Methods

Method Description
Clear ( this ms ) : void
toArray ( this stream ) : byte[]

Method Details

Clear() public static method

public static Clear ( this ms ) : void
ms this
return void

toArray() public static method

public static toArray ( this stream ) : byte[]
stream this
return byte[]