slib.utils.impl
Class BigFileReader

java.lang.Object
  extended by slib.utils.impl.BigFileReader

public class BigFileReader
extends Object

Author:
seb

Constructor Summary
BigFileReader(String filePath)
           
 
Method Summary
 void close()
           
 boolean hasNext()
           
 String next()
           
 String nextTrimmed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BigFileReader

public BigFileReader(String filePath)
              throws FileNotFoundException
Parameters:
filePath -
Throws:
FileNotFoundException
Method Detail

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.