com.webmethods.rtl.encode
Class Encoder.FixedCharArrayWriter
java.lang.Object
java.io.Writer
java.io.CharArrayWriter
com.webmethods.rtl.encode.Encoder.FixedCharArrayWriter
- All Implemented Interfaces:
- Closeable, Flushable, Appendable
- Enclosing class:
- Encoder
protected class Encoder.FixedCharArrayWriter
- extends CharArrayWriter
CharArrayWriter that allows one to specify the char array buffer
in which to write. If the the number of chars written to this writer
exceeds the size of the specified buf, the extra chars simply
will not be stored.
Methods inherited from class java.io.CharArrayWriter |
append, append, append, close, flush, reset, size, toCharArray, toString, write, write, write, writeTo |
Encoder.FixedCharArrayWriter
public Encoder.FixedCharArrayWriter(char[] buf,
int offset)