T
- The type of the Appendable
wrapped by this AppendableOutputStream.public class AppendableOutputStream<T extends java.lang.Appendable>
extends java.io.OutputStream
Appendable
Object.
For example, can be used with any Writer
or a StringBuilder
or StringBuffer
.
Appendable
Constructor and Description |
---|
AppendableOutputStream(T appendable)
Constructs a new instance with the specified appendable.
|
Modifier and Type | Method and Description |
---|---|
T |
getAppendable()
Return the target appendable.
|
void |
write(int b)
Write a character to the underlying appendable.
|
public AppendableOutputStream(T appendable)
appendable
- the appendable to write topublic T getAppendable()
public void write(int b) throws java.io.IOException
write
in class java.io.OutputStream
b
- the character to writejava.io.IOException
- upon errorCopyright © 2010 - 2023 Adobe. All Rights Reserved