org.aksw.commons.util.apache
Class ApacheLogEntryIterator
java.lang.Object
org.aksw.commons.collections.SinglePrefetchIterator<ApacheLogEntry>
org.aksw.commons.util.apache.ApacheLogEntryIterator
- All Implemented Interfaces:
- Iterator<ApacheLogEntry>, org.aksw.commons.collections.IClosable
public class ApacheLogEntryIterator
- extends org.aksw.commons.collections.SinglePrefetchIterator<ApacheLogEntry>
- implements org.aksw.commons.collections.IClosable
| Methods inherited from class org.aksw.commons.collections.SinglePrefetchIterator |
finish, hasNext, next, remove |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApacheLogEntryIterator
public ApacheLogEntryIterator(InputStream in,
boolean closeWhenDone)
ApacheLogEntryIterator
public ApacheLogEntryIterator(BufferedReader reader)
prefetch
protected ApacheLogEntry prefetch()
throws Exception
- Specified by:
prefetch in class org.aksw.commons.collections.SinglePrefetchIterator<ApacheLogEntry>
- Throws:
Exception
close
public void close()
- Specified by:
close in interface org.aksw.commons.collections.IClosable- Overrides:
close in class org.aksw.commons.collections.SinglePrefetchIterator<ApacheLogEntry>
Copyright © 2011. All Rights Reserved.