bip
Class BIPUnformattedReader

java.lang.Object
  extended by bpp.DecoratorFilter
      extended by bpp.PreprocessorDecoratorFilter
          extended by bpp.BeanshellDecoratorFilter
              extended by bip.BIPReader
                  extended by bip.BIPUnformattedReader
All Implemented Interfaces:
bpp.Filter

public class BIPUnformattedReader
extends BIPReader


Field Summary
 
Fields inherited from class bip.BIPReader
blankLines, lineNumber
 
Fields inherited from class bpp.PreprocessorDecoratorFilter
defaultCmd, depth, echoChar, exactCmd, magicCmd, magicIdentifier
 
Constructor Summary
BIPUnformattedReader(int _depth, int _blankLines)
           
 
Method Summary
 void begin(java.io.PrintWriter out)
           
 void magic(java.lang.String line, java.io.PrintWriter out)
           
 
Methods inherited from class bip.BIPReader
echo, end, exact, exception, getLine
 
Methods inherited from class bpp.PreprocessorDecoratorFilter
decorate, getDefaultCommand, getDepth, getEchoCommmand, getExactCommmand, getMagicCommmand, hasMagic
 
Methods inherited from class bpp.DecoratorFilter
filter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BIPUnformattedReader

public BIPUnformattedReader(int _depth,
                            int _blankLines)
Method Detail

begin

public void begin(java.io.PrintWriter out)
           throws java.io.IOException
Overrides:
begin in class BIPReader
Throws:
java.io.IOException

magic

public void magic(java.lang.String line,
                  java.io.PrintWriter out)
           throws java.io.IOException
Overrides:
magic in class BIPReader
Throws:
java.io.IOException