Method | Description | |
---|---|---|
Close ( ) : void | ||
Dispose ( ) : void | ||
Flush ( ) : void | ||
Read ( ) : long | ||
ReadNonFlushed ( ) : long | ||
Write ( long checkpoint ) : void | ||
WriteThroughFileCheckpoint ( string filename ) : System | ||
WriteThroughFileCheckpoint ( string filename, string name ) : System | ||
WriteThroughFileCheckpoint ( string filename, string name, bool cached, long initValue ) : System |
Method | Description | |
---|---|---|
OnFlushed ( long obj ) : void |
Method | Description | |
---|---|---|
FlushFileBuffers ( |
||
ReadCurrent ( ) : long |
public WriteThroughFileCheckpoint ( string filename ) : System | ||
filename | string | |
return | System |
public WriteThroughFileCheckpoint ( string filename, string name ) : System | ||
filename | string | |
name | string | |
return | System |
public WriteThroughFileCheckpoint ( string filename, string name, bool cached, long initValue ) : System | ||
filename | string | |
name | string | |
cached | bool | |
initValue | long | |
return | System |