public class BytesMessageInputStream extends InputStream
BytesMessage.
Note that since the current position in the message is managed by
the underlying BytesMessage object, it is not possible to
use several instances of this class operating on a single
BytesMessage at the same time.| Constructor and Description |
|---|
BytesMessageInputStream(javax.jms.BytesMessage message) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
available, close, mark, markSupported, reset, skippublic BytesMessageInputStream(javax.jms.BytesMessage message)
public int read()
throws JMSExceptionWrapper
read in class InputStreamJMSExceptionWrapperpublic int read(byte[] b,
int off,
int len)
throws JMSExceptionWrapper
read in class InputStreamJMSExceptionWrapperpublic int read(byte[] b)
throws JMSExceptionWrapper
read in class InputStreamJMSExceptionWrapperCopyright © 2018 WSO2. All rights reserved.