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

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

public class EmptyClassChannelLogReader
extends java.lang.Object
implements IClassChannelLogReader

Reads logs written by DirectoryChannelLogger.

Since:
December 17, 2002
Version:
$Date: 2003/02/10 22:51:28 $
Author:
Matt Albrecht groboclown@users.sourceforge.net

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

Constructor Detail

EmptyClassChannelLogReader

public EmptyClassChannelLogReader()
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.


Copyright © 2001-2003 by The GroboUtils Project