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()
available in class InputStreampublic void reset()
reset in class InputStreampublic String toString(String charset) throws IOException
IOExceptionCopyright © 2020. All rights reserved.