| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  |
  +--java.io.Reader
        |
        +--java.io.BufferedReader
              |
              +--java.io.LineNumberReader
                    |
                    +--org.apache.java.util.ExtendedProperties.PropertiesReader
This class is used to read properties lines. These lines do not terminate with new-line chars but rather when there is no backslash sign a the end of the line. This is used to concatenate multiple lines for readability.
| Fields inherited from class java.io.LineNumberReader | 
| lineNumber,  
markedLineNumber,  
markedSkipLF,  
maxSkipBufferSize,  
skipBuffer,  
skipLF | 
| Fields inherited from class java.io.BufferedReader | 
| cb,  
defaultCharBufferSize,  
defaultExpectedLineLength,  
in,  
INVALIDATED,  
markedChar,  
nChars,  
nextChar,  
readAheadLimit,  
UNMARKED | 
| Fields inherited from class java.io.Reader | 
| lock,  
maxSkipBufferSize,  
skipBuffer | 
| Constructor Summary | |
| ExtendedProperties.PropertiesReader(java.io.Reader reader) | |
| Method Summary | |
|  java.lang.String | readProperty() | 
| Methods inherited from class java.io.LineNumberReader | 
| getLineNumber, 
mark, 
read, 
read, 
readLine, 
reset, 
setLineNumber, 
skip | 
| Methods inherited from class java.io.BufferedReader | 
|  | 
| Methods inherited from class java.io.Reader | 
| read | 
| Methods inherited from class java.lang.Object | 
| clone, 
equals, 
finalize, 
getClass, 
hashCode, 
notify, 
notifyAll, 
registerNatives, 
toString, 
wait, 
wait, 
wait | 
| Constructor Detail | 
public ExtendedProperties.PropertiesReader(java.io.Reader reader)
| Method Detail | 
public java.lang.String readProperty()
                              throws java.io.IOException
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||