org.jbpm.lob
Class BlobStrategyBinary

java.lang.Object
  extended by org.jbpm.lob.BlobStrategyBinary
All Implemented Interfaces:
BlobStrategy

public class BlobStrategyBinary
extends java.lang.Object
implements BlobStrategy


Constructor Summary
BlobStrategyBinary()
           
 
Method Summary
 byte[] get(Blob blob)
           
 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

BlobStrategyBinary

public BlobStrategyBinary()
Method Detail

get

public byte[] get(Blob blob)
Specified by:
get in interface BlobStrategy

set

public void set(byte[] bytes,
                Blob blob)
Specified by:
set in interface BlobStrategy