bip
Class BIPFixedWidthReader

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

public class BIPFixedWidthReader
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
BIPFixedWidthReader(int _depth, int _blankLines)
           
 
Method Summary
 void begin(java.io.PrintWriter out)
           
 
Methods inherited from class bip.BIPReader
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

BIPFixedWidthReader

public BIPFixedWidthReader(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