net.sourceforge.groboutils.codecoverage.v2.logger
Class DirectoryClassChannelLogReader
java.lang.Object
net.sourceforge.groboutils.codecoverage.v2.logger.DirectoryClassChannelLogReader
- All Implemented Interfaces:
- IClassChannelLogReader
- public class DirectoryClassChannelLogReader
- extends java.lang.Object
- implements IClassChannelLogReader
Reads logs written by DirectoryChannelLogger.
As of 2004-Jul-03, the output format has changed the way the indices
numbers are written.
- Since:
- December 17, 2002
- Version:
- $Date: 2004/07/07 09:39:10 $
- Author:
- Matt Albrecht groboclown@users.sourceforge.net
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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