public class BytesMessageInputStream
extends java.io.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) |
public BytesMessageInputStream(javax.jms.BytesMessage message)
public int read()
throws JMSExceptionWrapper
read in class java.io.InputStreamJMSExceptionWrapperpublic int read(byte[] b,
int off,
int len)
throws JMSExceptionWrapper
read in class java.io.InputStreamJMSExceptionWrapperpublic int read(byte[] b)
throws JMSExceptionWrapper
read in class java.io.InputStreamJMSExceptionWrapperCopyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.