public class StringBufferOutputStream extends OutputStream
| Constructor and Description |
|---|
StringBufferOutputStream() |
StringBufferOutputStream(String charset) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
getContent() |
String |
toString() |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
flush, writepublic StringBufferOutputStream()
public StringBufferOutputStream(String charset)
public void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionpublic String getContent()
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOExceptionCopyright © December 07, 2012–2015 The Internet Party. All rights reserved.