当前页面:
在线文档首页 >
JBoss JBPM 3.0.4 API 英文版文档
ByteBlockChopper (jbpm-3.0.4) - JBoss JBPM 3.0.4 API 英文版文档
org.jbpm.bytes
Class ByteBlockChopper
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ByteBlockChopper
public ByteBlockChopper()
chopItUp
public static java.util.List chopItUp(byte[] byteArray)
glueChopsBackTogether
public static byte[] glueChopsBackTogether(java.util.List bytes)
Version : jbpm-3.0.4