net.sourceforge.groboutils.codecoverage.v2
Interface IClassChannelLogReader
- All Known Implementing Classes:
- DirectoryClassChannelLogReader, EmptyClassChannelLogReader
- public interface IClassChannelLogReader
Reads in all the records that were written to the corresponding logger via
the "cover" method for a specific class.
- Since:
- December 15, 2002
- Version:
- $Date: 2003/02/10 22:51:25 $
- Author:
- Matt Albrecht groboclown@users.sourceforge.net
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, and there can be duplicate entries.
- 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