public interface AuditEventReader extends Iterable<AuditEvent>
readNext() which is
used to read the next event from the underlying source (i.e. file).| Modifier and Type | Method and Description |
|---|---|
boolean |
atEOF() |
long |
bytesAvailable() |
long |
bytesRead() |
void |
close() |
AuditEvent |
readNext()
This method tries to read the next event that is available.
|
AuditEvent readNext() throws IOException, ParseException
NULL if no event is available.IOExceptionParseExceptionvoid close()
throws IOException
IOExceptionboolean atEOF()
long bytesRead()
long bytesAvailable()
Copyright © 2013 jwall.org. All Rights Reserved.