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

Quick Search    Search Deep

source.org.apache.java.util
Class ExtendedProperties.PropertiesReader  view ExtendedProperties.PropertiesReader download ExtendedProperties.PropertiesReader.java

java.lang.Object
  extended byjava.io.Reader
      extended byjava.io.BufferedReader
          extended byjava.io.LineNumberReader
              extended bysource.org.apache.java.util.ExtendedProperties.PropertiesReader
Enclosing class:
ExtendedProperties

class ExtendedProperties.PropertiesReader
extends java.io.LineNumberReader

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.


Field Summary
 
Fields inherited from class java.io.LineNumberReader
 
Fields inherited from class java.io.BufferedReader
 
Fields inherited from class java.io.Reader
lock
 
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
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
 

Constructor Detail

ExtendedProperties.PropertiesReader

public ExtendedProperties.PropertiesReader(java.io.Reader reader)
Method Detail

readProperty

public java.lang.String readProperty()
                              throws java.io.IOException