public class BytesMessageOutputStream
extends java.io.OutputStream
| Constructor and Description |
|---|
BytesMessageOutputStream(javax.jms.BytesMessage message) |
public BytesMessageOutputStream(javax.jms.BytesMessage message)
public void write(int b)
throws JMSExceptionWrapper
write in class java.io.OutputStreamJMSExceptionWrapperpublic void write(byte[] b,
int off,
int len)
throws JMSExceptionWrapper
write in class java.io.OutputStreamJMSExceptionWrapperpublic void write(byte[] b)
throws JMSExceptionWrapper
write in class java.io.OutputStreamJMSExceptionWrapperCopyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.