public class ApacheLogEntryIterator extends SinglePrefetchIterator<ApacheLogEntry> implements IClosable
| Constructor and Description |
|---|
ApacheLogEntryIterator(BufferedReader reader) |
ApacheLogEntryIterator(InputStream in,
boolean closeWhenDone) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected ApacheLogEntry |
prefetch() |
finish, hasNext, next, removepublic ApacheLogEntryIterator(InputStream in, boolean closeWhenDone)
public ApacheLogEntryIterator(BufferedReader reader)
protected ApacheLogEntry prefetch() throws Exception
prefetch in class SinglePrefetchIterator<ApacheLogEntry>Exceptionpublic void close()
close in interface IClosableclose in class SinglePrefetchIterator<ApacheLogEntry>Copyright © 2013. All Rights Reserved.