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, skip
public BytesMessageInputStream(javax.jms.BytesMessage message)
public int read() throws JMSExceptionWrapper
read
in class InputStream
JMSExceptionWrapper
public int read(byte[] b, int off, int len) throws JMSExceptionWrapper
read
in class InputStream
JMSExceptionWrapper
public int read(byte[] b) throws JMSExceptionWrapper
read
in class InputStream
JMSExceptionWrapper
Copyright © 2022 WSO2. All rights reserved.