Uses of Class
org.activemq.io.util.ByteArray

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.assemble(ByteArray[] array)
          Assemble a ByteArray from an array of fragements
 ByteArray ByteArray.copy()
          make a copy
 ByteArray ByteArrayCompression.deflate(ByteArray ba)
          Deflate the data in the ByteArray
 ByteArray[] ByteArrayFragmentation.fragment(ByteArray ba)
          Fragment a ByteArray into a number of parts
 ByteArray ByteArrayCompression.inflate(ByteArray ba)
          Inflate a ByteArray (if it contains compressed data)
 

Methods in org.activemq.io.util with parameters of type ByteArray
 ByteArray ByteArrayFragmentation.assemble(ByteArray[] array)
          Assemble a ByteArray from an array of fragements
 ByteArray ByteArrayCompression.deflate(ByteArray ba)
          Deflate the data in the ByteArray
 boolean ByteArrayFragmentation.doFragmentation(ByteArray ba)
           
 ByteArray[] ByteArrayFragmentation.fragment(ByteArray ba)
          Fragment a ByteArray into a number of parts
 ByteArray ByteArrayCompression.inflate(ByteArray ba)
          Inflate a ByteArray (if it contains compressed data)
static boolean ByteArrayCompression.isCompressed(ByteArray ba)
          test for 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 ActiveMQMessage.getBodyAsBytes()
           
 ByteArray ActiveMQBytesMessage.getBodyAsBytes()
           
 ByteArray ActiveMQStreamMessage.getBodyAsBytes()
           
 ByteArray ActiveMQMessage.getBodyAsBytes(ByteArrayCompression compression)
          return the data after applying compression
 

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
           
 



Copyright © 2004-2010 Protique, Ltd.. All Rights Reserved.