|
|||||||||
| Home >> All >> com >> pjsofts >> eurobudget >> format >> [ qif overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.pjsofts.eurobudget.format.qif
Class CacheReader

java.lang.Objectjava.io.Reader
java.io.BufferedReader
java.io.LineNumberReader
com.pjsofts.eurobudget.format.qif.CacheReader
- public class CacheReader
- extends java.io.LineNumberReader
| Field Summary | |
private java.lang.String |
lastLine
last line read |
| Fields inherited from class java.io.LineNumberReader |
|
| Fields inherited from class java.io.BufferedReader |
|
| Fields inherited from class java.io.Reader |
lock |
| Constructor Summary | |
CacheReader(java.io.Reader in)
Creates a new instance of CacheReader |
|
| Method Summary | |
java.lang.String |
getLastLine()
|
java.lang.String |
readLine()
This method reads a line of text from the input stream and returns it as a String. |
| Methods inherited from class java.io.LineNumberReader |
getLineNumber, mark, read, read, reset, setLineNumber, skip |
| Methods inherited from class java.io.BufferedReader |
close, markSupported, ready |
| Methods inherited from class java.io.Reader |
read |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
lastLine
private java.lang.String lastLine
- last line read
| Constructor Detail |
CacheReader
public CacheReader(java.io.Reader in)
- Creates a new instance of CacheReader
| Method Detail |
readLine
public java.lang.String readLine() throws java.io.IOException
- Description copied from class:
java.io.LineNumberReader - This method reads a line of text from the input stream and returns
it as a
String. A line is considered to be terminated by a "\r", "\n", or "\r\n" sequence, not by the system dependent line separator.
getLastLine
public java.lang.String getLastLine()
|
|||||||||
| Home >> All >> com >> pjsofts >> eurobudget >> format >> [ qif overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC