com.googlecode.jpattern.core.textfiles.local
Class LocalFileReader
java.lang.Object
com.googlecode.jpattern.core.textfiles.local.LocalFileReader
- All Implemented Interfaces:
- IFileReader, Serializable
public class LocalFileReader
- extends Object
- implements IFileReader
- Author:
- Francesco Cina'
09/giu/2010
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalFileReader
public LocalFileReader(File file,
CharacterEncoding encodingCharset)
hasNextLine
public boolean hasNextLine()
- Specified by:
hasNextLine in interface IFileReader
readLine
public String readLine()
- Specified by:
readLine in interface IFileReader
close
public void close()
- Specified by:
close in interface IFileReader
getFullText
public String getFullText()
- Specified by:
getFullText in interface IFileReader
Copyright © 2011. All Rights Reserved.