org.jbpm.pvm.internal.lob
Class BlobStrategyBinary

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

public class BlobStrategyBinary
extends java.lang.Object
implements BlobStrategy


Constructor Summary
BlobStrategyBinary()
           
 
Method Summary
 byte[] get(Lob lob)
           
 void set(byte[] bytes, Lob lob)
           
 
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(Lob lob)
Specified by:
get in interface BlobStrategy

set

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


Copyright © 2010 JBoss Community. All Rights Reserved.