com.joanju.proparse
Class Preprocessor

java.lang.Object
  extended by com.joanju.proparse.Preprocessor

public class Preprocessor
extends java.lang.Object


Field Summary
static int PROPARSE_DIRECTIVE
           
 
Constructor Summary
Preprocessor(java.lang.String fileName, java.io.BufferedReader inStream, DoParse doParse)
          An existing reference to the input stream is required for construction.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPARSE_DIRECTIVE

public static final int PROPARSE_DIRECTIVE
See Also:
Constant Field Values
Constructor Detail

Preprocessor

public Preprocessor(java.lang.String fileName,
                    java.io.BufferedReader inStream,
                    DoParse doParse)
An existing reference to the input stream is required for construction. The caller is responsible for closing that stream once parsing is complete.



Copyright © 2008 Joanju Software. All Rights Reserved.