org.jbpm.bytes
Class ByteBlockChopper

java.lang.Object
  extended by org.jbpm.bytes.ByteBlockChopper

public abstract class ByteBlockChopper
extends java.lang.Object

is used by ByteArray to chop a byte arrays into a list of chunks and glue them back together.


Constructor Summary
ByteBlockChopper()
           
 
Method Summary
static java.util.List chopItUp(byte[] byteArray)
           
static byte[] glueChopsBackTogether(java.util.List bytes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteBlockChopper

public ByteBlockChopper()
Method Detail

chopItUp

public static java.util.List chopItUp(byte[] byteArray)

glueChopsBackTogether

public static byte[] glueChopsBackTogether(java.util.List bytes)


Version : jbpm-3.1-beta3