com.googlecode.jpattern.core.textfiles
Class NullFileReader
java.lang.Object
com.googlecode.jpattern.core.textfiles.NullFileReader
- All Implemented Interfaces:
- IFileReader, Serializable
public class NullFileReader
- 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 |
NullFileReader
public NullFileReader()
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.