biz.hammurapi.eval
Class EvaluatingFilterWriter
java.lang.Object
java.io.Writer
java.io.FilterWriter
biz.hammurapi.eval.EvaluatingFilterWriter
- All Implemented Interfaces:
- java.io.Closeable, java.io.Flushable, java.lang.Appendable
public class EvaluatingFilterWriter
- extends java.io.FilterWriter
- Version:
- $Revision$
- Author:
- Pavel Vlasov
Fields inherited from class java.io.FilterWriter |
out |
Fields inherited from class java.io.Writer |
lock |
Method Summary |
void |
close()
|
static void |
main(java.lang.String[] args)
|
void |
write(char[] cbuf,
int off,
int len)
|
void |
write(int c)
|
void |
write(java.lang.String str,
int off,
int len)
|
Methods inherited from class java.io.FilterWriter |
flush |
Methods inherited from class java.io.Writer |
append, append, append, write, write |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MODE_LENIENT
public static final int MODE_LENIENT
- See Also:
- Constant Field Values
MODE_MESSAGE
public static final int MODE_MESSAGE
- See Also:
- Constant Field Values
MODE_STRICT
public static final int MODE_STRICT
- See Also:
- Constant Field Values
EvaluatingFilterWriter
public EvaluatingFilterWriter(java.io.Writer out,
int mode,
Context context,
CompositeConverter converter)
write
public void write(int c)
throws java.io.IOException
- Overrides:
write
in class java.io.FilterWriter
- Throws:
java.io.IOException
close
public void close()
throws java.io.IOException
- Specified by:
close
in interface java.io.Closeable
- Overrides:
close
in class java.io.FilterWriter
- Throws:
java.io.IOException
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception
write
public void write(char[] cbuf,
int off,
int len)
throws java.io.IOException
- Overrides:
write
in class java.io.FilterWriter
- Throws:
java.io.IOException
write
public void write(java.lang.String str,
int off,
int len)
throws java.io.IOException
- Overrides:
write
in class java.io.FilterWriter
- Throws:
java.io.IOException
Copyright © 2003 Hammurapi Group. All Rights Reserved.