C# Class DBreeze.Programmers.MFileStream

Inheritance: IFileStream
Afficher le fichier Open project: hhblaze/DBreeze Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

Flush() public méthode

public Flush ( bool flushToDisk ) : void
flushToDisk bool
Résultat void

Read() public méthode

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

Write() public méthode

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