C# Class GitSharp.Core.LockFile.LockFileOutputStream

Inheritance: Stream
Afficher le fichier Open project: jagregory/GitSharp

Méthodes publiques

Méthode Description
Close ( ) : void
Flush ( ) : void
LockFileOutputStream ( LockFile lockfile ) : System
Read ( byte buffer, int offset, int count ) : int
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long value ) : void
Write ( byte b, int o, int n ) : void
write ( byte b ) : void
write ( int b ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

LockFileOutputStream() public méthode

public LockFileOutputStream ( LockFile lockfile ) : System
lockfile LockFile
Résultat System

Read() public méthode

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

Seek() public méthode

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
Résultat long

SetLength() public méthode

public SetLength ( long value ) : void
value long
Résultat void

Write() public méthode

public Write ( byte b, int o, int n ) : void
b byte
o int
n int
Résultat void

write() public méthode

public write ( byte b ) : void
b byte
Résultat void

write() public méthode

public write ( int b ) : void
b int
Résultat void