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