|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbpm.lob.BlobStrategyChopped
public class BlobStrategyChopped
Constructor Summary | |
---|---|
BlobStrategyChopped()
|
Method Summary | |
---|---|
java.util.List<byte[]> |
chop(byte[] bytes)
|
byte[] |
get(Blob blob)
|
byte[] |
glue(java.util.List<byte[]> chops)
|
void |
set(byte[] bytes,
Blob blob)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BlobStrategyChopped()
Method Detail |
---|
public void set(byte[] bytes, Blob blob)
set
in interface BlobStrategy
public byte[] get(Blob blob)
get
in interface BlobStrategy
public java.util.List<byte[]> chop(byte[] bytes)
public byte[] glue(java.util.List<byte[]> chops)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |