|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ByteArray | |
org.activemq.io.util | |
org.activemq.message | Message implementations |
org.activemq.streams |
Uses of ByteArray in org.activemq.io.util |
Methods in org.activemq.io.util that return ByteArray | |
ByteArray[] |
ByteArrayFragmentation.fragment(ByteArray ba)
Fragment a ByteArray into a number of parts |
ByteArray |
ByteArrayFragmentation.assemble(ByteArray[] array)
Assemble a ByteArray from an array of fragements |
ByteArray |
ByteArrayCompression.deflate(ByteArray ba)
Deflate the data in the ByteArray |
ByteArray |
ByteArrayCompression.inflate(ByteArray ba)
Inflate a ByteArray (if it contains compressed data) |
ByteArray |
ByteArray.copy()
make a copy |
Methods in org.activemq.io.util with parameters of type ByteArray | |
boolean |
ByteArrayFragmentation.doFragmentation(ByteArray ba)
|
ByteArray[] |
ByteArrayFragmentation.fragment(ByteArray ba)
Fragment a ByteArray into a number of parts |
ByteArray |
ByteArrayFragmentation.assemble(ByteArray[] array)
Assemble a ByteArray from an array of fragements |
static boolean |
ByteArrayCompression.isCompressed(ByteArray ba)
test for compressed data |
ByteArray |
ByteArrayCompression.deflate(ByteArray ba)
Deflate the data in the ByteArray |
ByteArray |
ByteArrayCompression.inflate(ByteArray ba)
Inflate a ByteArray (if it contains compressed data) |
Constructors in org.activemq.io.util with parameters of type ByteArray | |
WireByteArrayInputStream(ByteArray ba)
Create a WireByteArrayInputStream that uses a ByteArray |
Uses of ByteArray in org.activemq.message |
Methods in org.activemq.message that return ByteArray | |
ByteArray |
ActiveMQBytesMessage.getBodyAsBytes()
|
ByteArray |
ActiveMQMessage.getBodyAsBytes()
|
ByteArray |
ActiveMQMessage.getBodyAsBytes(ByteArrayCompression compression)
return the data after applying compression |
ByteArray |
ActiveMQStreamMessage.getBodyAsBytes()
|
Methods in org.activemq.message with parameters of type ByteArray | |
void |
ActiveMQMessage.setBodyAsBytes(ByteArray ba)
set the body as bytes |
Uses of ByteArray in org.activemq.streams |
Fields in org.activemq.streams declared as ByteArray | |
protected ByteArray[] |
JMSInputStream.arrays
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |