public class StringOutputStream extends OutputStream implements Serializable
StringOutputStream.| Constructor and Description |
|---|
StringOutputStream() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Charset |
getCharset() |
String |
toString() |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
flushpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOExceptionpublic void write(byte[] b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
write in class OutputStreampublic void write(int b)
write in class OutputStreampublic Charset getCharset()
Copyright © 2015–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.