Class COM.ibm.jaws.motk.StringBufferCharConsumer
All Packages Class Hierarchy This Package Previous Next Index
Class COM.ibm.jaws.motk.StringBufferCharConsumer
java.lang.Object
|
+----COM.ibm.jaws.motk.StringBufferCharConsumer
- public class StringBufferCharConsumer
- extends Object
- implements CharConsumer
Uses a Java StringBuffer as the target for the characters.
-
StringBufferCharConsumer(StringBuffer)
-
-
getBuffer()
- Returns the StringBuffer associated with this object.
-
write(CharProducer)
-
-
write(int)
-
StringBufferCharConsumer
public StringBufferCharConsumer(StringBuffer buf)
write
public void write(int c) throws IOException
write
public void write(CharProducer in) throws IOException
getBuffer
public StringBuffer getBuffer()
- Returns the StringBuffer associated with this object.
All Packages Class Hierarchy This Package Previous Next Index