org.ow2.orchestra.pvm.internal.lob
Class Blob

java.lang.Object
  extended by org.ow2.orchestra.pvm.internal.lob.Blob
All Implemented Interfaces:
Serializable

public class Blob
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  Blob blob
           
protected  byte[] bytes
           
protected  List<byte[]> chops
           
static BlobStrategy DEFAULT_BLOB_STRATEGY
           
protected  String fileName
           
 
Constructor Summary
Blob()
           
Blob(byte[] bytes)
           
 
Method Summary
 byte[] extractBytes()
           
 Blob getBlob()
           
protected  BlobStrategy getBlobStrategy()
           
 byte[] getBytes()
           
 List<byte[]> getChops()
           
 String getFileName()
           
 void setBlob(Blob blob)
           
 void setBytes(byte[] bytes)
           
 void setChops(List<byte[]> chops)
           
 void setFileName(String fileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_BLOB_STRATEGY

public static final BlobStrategy DEFAULT_BLOB_STRATEGY

blob

protected Blob blob

bytes

protected byte[] bytes

chops

protected List<byte[]> chops

fileName

protected String fileName
Constructor Detail

Blob

public Blob()

Blob

public Blob(byte[] bytes)
Method Detail

extractBytes

public byte[] extractBytes()

getBlobStrategy

protected BlobStrategy getBlobStrategy()

getBlob

public Blob getBlob()

setBlob

public void setBlob(Blob blob)

getChops

public List<byte[]> getChops()

setChops

public void setChops(List<byte[]> chops)

getBytes

public byte[] getBytes()

setBytes

public void setBytes(byte[] bytes)

getFileName

public String getFileName()

setFileName

public void setFileName(String fileName)


Copyright © 2011 OW2 Consortium. All Rights Reserved.