public class StringOutputStream extends OutputStream implements Serializable
| Constructor and Description |
|---|
StringOutputStream()
Instantiates a new string output stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
toString() |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
flushpublic StringOutputStream()
public void close()
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreampublic void write(byte[] b)
write in class OutputStreampublic void write(byte[] b,
int off,
int len)
write in class OutputStreampublic void write(int b)
write in class OutputStreamCopyright © 2007–2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.