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 |
public Read ( byte array, int offset, int count ) : int | ||
array | byte | |
offset | int | |
count | int | |
return | int |
public Write ( byte array, int offset, int count ) : void | ||
array | byte | |
offset | int | |
count | int | |
return | void |