C# Class GitSharp.Core.LockFile.LockFileOutputStream

Inheritance: Stream
ファイルを表示 Open project: jagregory/GitSharp

Public Methods

Method 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 method

public Close ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

LockFileOutputStream() public method

public LockFileOutputStream ( LockFile lockfile ) : System
lockfile LockFile
return System

Read() public method

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
return int

Seek() public method

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
return long

SetLength() public method

public SetLength ( long value ) : void
value long
return void

Write() public method

public Write ( byte b, int o, int n ) : void
b byte
o int
n int
return void

write() public method

public write ( byte b ) : void
b byte
return void

write() public method

public write ( int b ) : void
b int
return void