C# 클래스 GitSharp.Core.Util.FileStreamExtensions

파일 보기 프로젝트 열기: jagregory/GitSharp

공개 메소드들

메소드 설명
Clear ( this ms ) : void
toArray ( this stream ) : byte[]

메소드 상세

Clear() 공개 정적인 메소드

public static Clear ( this ms ) : void
ms this
리턴 void

toArray() 공개 정적인 메소드

public static toArray ( this stream ) : byte[]
stream this
리턴 byte[]