org.jbpm.pvm.internal.lob
Class BytesChop

java.lang.Object
  extended by org.jbpm.pvm.internal.lob.Chop
      extended by org.jbpm.pvm.internal.lob.BytesChop
All Implemented Interfaces:
java.io.Serializable

public class BytesChop
extends Chop

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
protected  byte[] bytes
           
 
Fields inherited from class org.jbpm.pvm.internal.lob.Chop
dbid
 
Constructor Summary
BytesChop(byte[] bytes)
           
 
Method Summary
 byte[] getBytes()
           
 
Methods inherited from class org.jbpm.pvm.internal.lob.Chop
getDbid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bytes

protected byte[] bytes
Constructor Detail

BytesChop

public BytesChop(byte[] bytes)
Method Detail

getBytes

public byte[] getBytes()


Copyright © 2010 JBoss Community. All Rights Reserved.