bip
Class BOPDelimitedWriter

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

public class BOPDelimitedWriter
extends BOPWriter


Field Summary
 
Fields inherited from class bip.BOPWriter
blankLines, lineNumber
 
Fields inherited from class bpp.PreprocessorDecoratorFilter
defaultCmd, depth, echoChar, exactCmd, magicCmd, magicIdentifier
 
Constructor Summary
BOPDelimitedWriter(int _depth, int _blankLines)
           
 
Method Summary
 void begin(java.io.PrintWriter out)
           
 
Methods inherited from class bip.BOPWriter
echo, end, exact, exception, getLine, magic
 
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

BOPDelimitedWriter

public BOPDelimitedWriter(int _depth,
                          int _blankLines)
Method Detail

begin

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