C# Class DBreeze.Programmers.MFileStream

Inheritance: IFileStream
ファイルを表示 Open project: hhblaze/DBreeze Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Flush ( ) : void
Flush ( bool flushToDisk ) : void
Read ( byte array, int offset, int count ) : int
Write ( byte array, int offset, int count ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

Flush() public method

public Flush ( bool flushToDisk ) : void
flushToDisk bool
return void

Read() public method

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

Write() public method

public Write ( byte array, int offset, int count ) : void
array byte
offset int
count int
return void