站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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
  extended byorg.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.0.4