public class StreamBuffer extends InputStream
| Constructor and Description |
|---|
StreamBuffer() |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
OutputStream |
getBuffer() |
int |
read() |
void |
reset() |
String |
toString() |
String |
toString(String charset) |
void |
write(int b) |
close, mark, markSupported, read, read, skippublic OutputStream getBuffer()
public void write(int b)
throws IOException
IOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int available()
throws IOException
available in class InputStreamIOExceptionpublic void reset()
throws IOException
reset in class InputStreamIOExceptionpublic String toString(String charset) throws IOException
IOExceptionCopyright © 2017. All rights reserved.