public class BytesMessageOutputStream extends OutputStream
| Constructor and Description |
|---|
BytesMessageOutputStream(javax.jms.BytesMessage message) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
close, flushpublic BytesMessageOutputStream(javax.jms.BytesMessage message)
public void write(int b)
throws JMSExceptionWrapper
write in class OutputStreamJMSExceptionWrapperpublic void write(byte[] b,
int off,
int len)
throws JMSExceptionWrapper
write in class OutputStreamJMSExceptionWrapperpublic void write(byte[] b)
throws JMSExceptionWrapper
write in class OutputStreamJMSExceptionWrapperCopyright © 2017 WSO2. All rights reserved.