com.googlecode.jpattern.core.textfiles
Interface IFileReader

All Superinterfaces:
Serializable
All Known Implementing Classes:
LocalFileReader, NullFileReader

public interface IFileReader
extends Serializable

Author:
Francesco Cina' 09/giu/2010

Method Summary
 void close()
           
 String getFullText()
           
 boolean hasNextLine()
           
 String readLine()
           
 

Method Detail

getFullText

String getFullText()

readLine

String readLine()

hasNextLine

boolean hasNextLine()

close

void close()


Copyright © 2011. All Rights Reserved.