C# 클래스 GitSharp.Tests.Transport.FlushCounterFailWriterStream

상속: System.IO.MemoryStream
파일 보기 프로젝트 열기: jagregory/GitSharp 1 사용 예제들

공개 메소드들

메소드 설명
Flush ( ) : void
FlushCounterFailWriterStream ( int flushCnt ) : System.IO
Write ( byte buffer, int offset, int count ) : void
WriteByte ( byte value ) : void

메소드 상세

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

FlushCounterFailWriterStream() 공개 메소드

public FlushCounterFailWriterStream ( int flushCnt ) : System.IO
flushCnt int
리턴 System.IO

Write() 공개 메소드

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
리턴 void

WriteByte() 공개 메소드

public WriteByte ( byte value ) : void
value byte
리턴 void