org.jbpm.bytes
Class ByteBlockChopper
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.