Class ReadFile

java.lang.Object
   |
   +----ReadFile

public class ReadFile
extends Object

Variable Index

 o dis
 o fehler

Constructor Index

 o ReadFile(String)
 o ReadFile(String, String)

Method Index

 o close()
 o readLine()

Variables

 o dis
 private DataInputStream dis
 o fehler
 private boolean fehler

Constructors

 o ReadFile
 public ReadFile(String path,
                 String name) throws MyException
 o ReadFile
 public ReadFile(String pathname) throws MyException

Methods

 o readLine
 public String readLine() throws MyException
 o close
 public void close() throws MyException