birchconfig
Class BufferedTextInputFile

public class BufferedTextInputFile
Types and methods for safely opening or closing an input file for reading lines of text. (8/3/98)
Method Detail

OpenOkay

boolean OpenOkay(java.lang.String S)
Open file and create FileReader and BufferedReader.
Parameters:
S - String containing name of file to be opened

nextChar

char nextChar()
Get the next character from the BufferedReader

nextLine

java.lang.String nextLine()
Get the next line of text from the BufferedReader and place it in currentLine