org.jbpm.bytes
Class ByteBlockChopper

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

public class ByteBlockChopper
extends Object

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


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

Method Detail

chopItUp

public static List chopItUp(byte[] byteArray)

glueChopsBackTogether

public static byte[] glueChopsBackTogether(List byteBlocks)


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.