|
|||||||||
| Home >> All >> org >> activemq >> io >> [ util overview ] | PREV NEXT | ||||||||
Uses of Class
org.activemq.io.util.ByteArray
| 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 | |
protected boolean |
ByteArrayFragmentationTest.isSame(ByteArray b1,
ByteArray b2)
|
protected boolean |
ByteArrayCompressionTest.isSame(ByteArray b1,
ByteArray b2)
|
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 |
|
|
|||||||||
| Home >> All >> org >> activemq >> io >> [ util overview ] | PREV NEXT | ||||||||