org.ow2.orchestra.pvm.internal.lob
Class Blob
java.lang.Object
org.ow2.orchestra.pvm.internal.lob.Blob
- All Implemented Interfaces:
- Serializable
public class Blob
- extends Object
- implements Serializable
- See Also:
- Serialized Form
|
Constructor Summary |
Blob()
|
Blob(byte[] bytes)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Blob
public Blob()
Blob
public Blob(byte[] bytes)
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.