net.sourceforge.groboutils.codecoverage.v2.logger
Class DirectoryClassChannelLogReader

java.lang.Object
  extended bynet.sourceforge.groboutils.codecoverage.v2.logger.DirectoryClassChannelLogReader
All Implemented Interfaces:
IClassChannelLogReader

public class DirectoryClassChannelLogReader
extends java.lang.Object
implements IClassChannelLogReader

Reads logs written by DirectoryChannelLogger.

Since:
December 17, 2002
Version:
$Date: 2003/05/05 05:45:34 $
Author:
Matt Albrecht groboclown@users.sourceforge.net

Method Summary
 void close()
           
protected  void finalize()
           
 IChannelLogRecord nextRecord()
          Reads the next record from the log.
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

nextRecord

public IChannelLogRecord nextRecord()
                             throws java.io.IOException
Reads the next record from the log. If there are no more records, then null is returned. These do not need to be returned in any specific order.

Specified by:
nextRecord in interface IClassChannelLogReader
Returns:
the next log record.
Throws:
java.io.IOException - thrown if there was an underlying problem reading from the log.

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException

finalize

protected void finalize()
                 throws java.lang.Throwable
Throws:
java.lang.Throwable


Copyright © 2001-2003 by The GroboUtils Project