org.jbpm.pvm.internal.lob
Interface BlobStrategy

All Known Implementing Classes:
BlobStrategyBinary, BlobStrategyBlob, BlobStrategyChopped

public interface BlobStrategy


Method Summary
 byte[] get(Lob lob)
           
 void set(byte[] bytes, Lob lob)
           
 

Method Detail

set

void set(byte[] bytes,
         Lob lob)

get

byte[] get(Lob lob)


Copyright © 2010 JBoss Community. All Rights Reserved.