slib.utils.impl
Class BigFileReader
java.lang.Object
slib.utils.impl.BigFileReader
public class BigFileReader
- extends Object
- Author:
- seb
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BigFileReader
public BigFileReader(String filePath)
throws FileNotFoundException
- Parameters:
filePath
-
- Throws:
FileNotFoundException
close
public void close()
throws IOException
- Throws:
IOException
hasNext
public boolean hasNext()
throws IOException
- Returns:
-
- Throws:
IOException
next
public String next()
- Returns:
nextTrimmed
public String nextTrimmed()
- Returns:
Copyright © 2013. All Rights Reserved.