
Public Member Functions | |
| void | bytesRead (long nBytes) |
| void | bytesWritten (long nBytes) |
| void | logsRead (int numOfLogs) |
| void | logsWritten (int numOfLogs) |
The listener to be notified about progress while loading or saving
| void alma::acs::logging::engine::io::IOPorgressListener::bytesRead | ( | long | nBytes | ) |
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
| nBytes | The number of bytes read while loading |
Implemented in alma::acs::logging::archive::zoom::FilesManager::ProgressListener, alma::acs::logging::io::IOLogsHelper, alma::acs::logging::tools::LogFileExtractor, alma::acs::logging::tools::LogFileSplitter, alma::acs::jlog::test::zoom::FileHelperTest, and alma::acs::jlog::test::LoadSaveTest.
| void alma::acs::logging::engine::io::IOPorgressListener::bytesWritten | ( | long | nBytes | ) |
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.
| nBytes | The number of bytes read while loading |
Implemented in alma::acs::logging::archive::zoom::FilesManager::ProgressListener, alma::acs::logging::io::IOLogsHelper, alma::acs::logging::tools::LogFileExtractor, alma::acs::logging::tools::LogFileSplitter, alma::acs::jlog::test::zoom::FileHelperTest, and alma::acs::jlog::test::LoadSaveTest.
| void alma::acs::logging::engine::io::IOPorgressListener::logsRead | ( | int | numOfLogs | ) |
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.
| numOfLogs |
Implemented in alma::acs::logging::archive::zoom::FilesManager::ProgressListener, alma::acs::logging::io::IOLogsHelper, alma::acs::logging::tools::LogFileExtractor, alma::acs::logging::tools::LogFileSplitter, alma::acs::jlog::test::zoom::FileHelperTest, and alma::acs::jlog::test::LoadSaveTest.
| void alma::acs::logging::engine::io::IOPorgressListener::logsWritten | ( | int | numOfLogs | ) |
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.
| numOfLogs |
Implemented in alma::acs::logging::archive::zoom::FilesManager::ProgressListener, alma::acs::logging::io::IOLogsHelper, alma::acs::logging::tools::LogFileExtractor, alma::acs::logging::tools::LogFileSplitter, alma::acs::jlog::test::zoom::FileHelperTest, and alma::acs::jlog::test::LoadSaveTest.
1.6.2