Public Member Functions | |
void | bytesRead (long nBytes) |
void | bytesWritten (long nBytes) |
void | logsRead (int numOfLogs) |
void | logsWritten (int numOfLogs) |
|
This method notifies about the number of bytes read during a load. The value passed as parameter represent the total number of bytes read since the beginning of the load and includes the bytes of the header
|
|
This method notifies about the total number of bytes written during a save. The value passed as parameter includes the number of the bytes read since the beginning of the save.
|
|
This method notifies about the total number of logs read during a load. The value passed as parameter is the number of logs read since the beginning of the save.
|
|
This method notifies about the total number of logs written during a save. The value passed as parameter is the number of logs written since the beginning of the save.
|