com.googlecode.jpattern.core.textfiles
Class NullFileReader

java.lang.Object
  extended by 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

Constructor Summary
NullFileReader()
           
 
Method Summary
 void close()
           
 String getFullText()
           
 boolean hasNextLine()
           
 String readLine()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullFileReader

public NullFileReader()
Method Detail

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.