public class StreamMessageInputStream extends InputStream
| Constructor and Description |
|---|
StreamMessageInputStream(javax.jms.StreamMessage message) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
int |
read() |
int |
read(byte[] array) |
int |
read(byte[] array,
int off,
int len) |
void |
reset() |
close, mark, markSupported, skippublic StreamMessageInputStream(javax.jms.StreamMessage message)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] array)
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] array,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic void reset()
throws IOException
reset in class InputStreamIOExceptionpublic int available()
throws IOException
available in class InputStreamIOExceptionApache Camel