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, skip
public StreamMessageInputStream(javax.jms.StreamMessage message)
public int read() throws IOException
read
in class InputStream
IOException
public int read(byte[] array) throws IOException
read
in class InputStream
IOException
public int read(byte[] array, int off, int len) throws IOException
read
in class InputStream
IOException
public void reset() throws IOException
reset
in class InputStream
IOException
public int available() throws IOException
available
in class InputStream
IOException
Apache Camel