org.ow2.orchestra.pvm.internal.lob
Class BlobStrategyChopped
java.lang.Object
org.ow2.orchestra.pvm.internal.lob.BlobStrategyChopped
- All Implemented Interfaces:
- BlobStrategy
public class BlobStrategyChopped
- extends Object
- implements BlobStrategy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlobStrategyChopped
public BlobStrategyChopped()
set
public void set(byte[] bytes,
Blob blob)
- Specified by:
set in interface BlobStrategy
get
public byte[] get(Blob blob)
- Specified by:
get in interface BlobStrategy
chop
public List<byte[]> chop(byte[] bytes)
glue
public byte[] glue(List<byte[]> chops)
Copyright © 2011 OW2 Consortium. All Rights Reserved.