C# Class GitSharp.Tests.Transport.FlushCounterFailWriterStream

Inheritance: System.IO.MemoryStream
Afficher le fichier Open project: jagregory/GitSharp Class Usage Examples

Méthodes publiques

Méthode Description
Flush ( ) : void
FlushCounterFailWriterStream ( int flushCnt ) : System.IO
Write ( byte buffer, int offset, int count ) : void
WriteByte ( byte value ) : void

Method Details

Flush() public méthode

public Flush ( ) : void
Résultat void

FlushCounterFailWriterStream() public méthode

public FlushCounterFailWriterStream ( int flushCnt ) : System.IO
flushCnt int
Résultat System.IO

Write() public méthode

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
Résultat void

WriteByte() public méthode

public WriteByte ( byte value ) : void
value byte
Résultat void