public class BufferedMessageInputStream extends InputStream
| Constructor and Description |
|---|
BufferedMessageInputStream(InputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
bufferMessage() |
void |
close() |
int |
getBufferedSize() |
InputStream |
getSourceInputStream() |
boolean |
isBuffered() |
boolean |
isClosed() |
int |
read() |
int |
read(byte[] b,
int offset,
int length) |
available, mark, markSupported, read, reset, skippublic BufferedMessageInputStream(InputStream inputStream)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
int offset,
int length)
throws IOException
read in class InputStreamIOExceptionpublic void bufferMessage()
throws IOException
IOExceptionpublic InputStream getSourceInputStream()
public int getBufferedSize()
public boolean isClosed()
public boolean isBuffered()
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionCopyright © 2005–2018 Oracle Corporation. All rights reserved.