Class FSZipReader

java.lang.Object
kieker.analysis.plugin.reader.filesystem.FSZipReader
All Implemented Interfaces:
Runnable

@Deprecated public final class FSZipReader extends Object implements Runnable
Deprecated.
1.15 replaced by teetime log reading facilities
Reads the contents of a single zip file and passes the records to the registered receiver of type IMonitoringRecordReceiver.
Since:
1.7
Author:
Jan Waller
  • Constructor Details

    • FSZipReader

      public FSZipReader(File zipFile, IMonitoringRecordReceiver recordReceiver, boolean ignoreUnknownRecordTypes)
      Deprecated.
      Creates a new instance of this class.
      Parameters:
      zipFile - The File object for the zip file.
      recordReceiver - The receiver handling the records.
      ignoreUnknownRecordTypes - select only records of this type; null selects all
  • Method Details

    • run

      public final void run()
      Deprecated.
      Starts reading and returns after each record has been passed to the registered recordReceiver.
      Specified by:
      run in interface Runnable