|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbpm.bytes.ByteBlockChopper
public abstract class ByteBlockChopper
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 |
---|
public ByteBlockChopper()
Method Detail |
---|
public static java.util.List chopItUp(byte[] byteArray)
public static byte[] glueChopsBackTogether(java.util.List bytes)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |