Package | Description |
---|---|
org.wso2.carbon.inbound.endpoint.protocol.jms |
Modifier and Type | Method and Description |
---|---|
int |
BytesMessageInputStream.read() |
int |
BytesMessageInputStream.read(byte[] b) |
int |
BytesMessageInputStream.read(byte[] b,
int off,
int len) |
void |
BytesMessageOutputStream.write(byte[] b) |
void |
BytesMessageOutputStream.write(byte[] b,
int off,
int len) |
void |
BytesMessageOutputStream.write(int b) |
Copyright © 2019 WSO2. All rights reserved.