Public Member Functions

alma.acs.logging.engine.io.IOPorgressListener Interface Reference

Inheritance diagram for alma.acs.logging.engine.io.IOPorgressListener:
alma.acs.logging.archive.zoom.FilesManager.ProgressListener alma.acs.logging.tools.LogFileExtractor alma.acs.logging.tools.LogFileSplitter

List of all members.

Public Member Functions

void bytesRead (long nBytes)
void bytesWritten (long nBytes)
void logsRead (int numOfLogs)
void logsWritten (int numOfLogs)

Detailed Description

The listener to be notified about progress while loading or saving

Author:
acaproni

Member Function Documentation

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

Parameters:
nBytes The number of bytes read while loading

Implemented in alma.acs.logging.archive.zoom.FilesManager.ProgressListener, alma.acs.logging.tools.LogFileExtractor, and alma.acs.logging.tools.LogFileSplitter.

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.

Parameters:
nBytes The number of bytes read while loading

Implemented in alma.acs.logging.archive.zoom.FilesManager.ProgressListener, alma.acs.logging.tools.LogFileExtractor, and alma.acs.logging.tools.LogFileSplitter.

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.

Parameters:
numOfLogs 

Implemented in alma.acs.logging.archive.zoom.FilesManager.ProgressListener, alma.acs.logging.tools.LogFileExtractor, and alma.acs.logging.tools.LogFileSplitter.

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.

Parameters:
numOfLogs 

Implemented in alma.acs.logging.archive.zoom.FilesManager.ProgressListener, alma.acs.logging.tools.LogFileExtractor, and alma.acs.logging.tools.LogFileSplitter.


The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties