ByteArrayOutputStream.toString(String)
.public class StringOutputStream
extends java.io.OutputStream
Constructor and Description |
---|
StringOutputStream()
Deprecated.
|
public void write(byte[] b) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public void write(byte[] b, int off, int len) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public void write(int b) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object