bpp
Class BPPFilterReader
java.lang.Object
java.io.Reader
java.io.FilterReader
bpp.FilterReader
bpp.BPPFilterReader
- public class BPPFilterReader
- extends FilterReader
Implements a Beanshell preprocessor as a java.io.FilterReader.
The Beanshell Preprocessor
Copyright (C) 2003-2004 Warren D. MacEvoy jr.
Fields inherited from class java.io.FilterReader |
in |
Fields inherited from class java.io.Reader |
lock |
Methods inherited from class java.io.FilterReader |
close, mark, markSupported, read, read, ready, reset, skip |
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 |
BPPFilterReader
public BPPFilterReader(java.io.Reader _in)
BPPFilterReader
public BPPFilterReader(java.io.Reader _in,
int _maxLineLength)
setSource
public void setSource(java.lang.String _source)
setMinStage
public void setMinStage(int _minStage)