Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.flexdbserver.services.typer
Class TyperDataFile  view TyperDataFile download TyperDataFile.java

java.lang.Object
  extended bycom.flexstor.flexdbserver.services.typer.TyperDataFile

public class TyperDataFile
extends java.lang.Object

Provide text file access


Field Summary
protected  boolean bReadError
           
protected  java.io.BufferedReader inStream
           
static java.lang.String sVersion
           
 
Constructor Summary
TyperDataFile(java.lang.String sFileName)
          Constructor - Open the specified text file input stream.
 
Method Summary
 boolean close()
          Close the current file.
 java.lang.String getLine()
          Read a line from the text file.
 boolean readOK()
          Return error status from last operation.
 boolean streamOK()
          Return status of the input stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sVersion

public static java.lang.String sVersion

inStream

protected java.io.BufferedReader inStream

bReadError

protected boolean bReadError
Constructor Detail

TyperDataFile

public TyperDataFile(java.lang.String sFileName)
Constructor - Open the specified text file input stream.

Method Detail

getLine

public java.lang.String getLine()
Read a line from the text file.


readOK

public boolean readOK()
Return error status from last operation.


streamOK

public boolean streamOK()
Return status of the input stream.


close

public boolean close()
Close the current file.