Package org.eclipse.emf.cdo.common.lob
Class CDOBlob
- java.lang.Object
- 
- org.eclipse.emf.cdo.common.lob.CDOLobInfo
- 
- org.eclipse.emf.cdo.common.lob.CDOLob<java.io.InputStream>
- 
- org.eclipse.emf.cdo.common.lob.CDOBlob
 
 
 
- 
 public final class CDOBlob extends CDOLob<java.io.InputStream> An identifiable binary large object with streaming support.- Since:
- 4.0
- Author:
- Eike Stepper
 
- 
- 
Constructor SummaryConstructors Constructor Description CDOBlob(byte[] contents, CDOLobStore store)CDOBlob(java.io.InputStream contents)CDOBlob(java.io.InputStream contents, CDOLobStore store)CDOBlob(java.lang.String contents, CDOLobStore store)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getBytes()java.io.InputStreamgetContents()java.lang.StringgetString()protected CDOLobInfoput(java.io.InputStream contents)- 
Methods inherited from class org.eclipse.emf.cdo.common.lob.CDOLobInfoequals, getID, getIDString, getSize, hashCode, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
CDOBlobpublic CDOBlob(java.io.InputStream contents) throws java.io.IOException- Throws:
- java.io.IOException
 
 - 
CDOBlobpublic CDOBlob(java.io.InputStream contents, CDOLobStore store) throws java.io.IOException- Throws:
- java.io.IOException
 
 - 
CDOBlobpublic CDOBlob(byte[] contents, CDOLobStore store) throws java.io.IOException- Throws:
- java.io.IOException
- Since:
- 4.13
 
 - 
CDOBlobpublic CDOBlob(java.lang.String contents, CDOLobStore store) throws java.io.IOException- Throws:
- java.io.IOException
- Since:
- 4.13
 
 
- 
 - 
Method Detail- 
getContentspublic java.io.InputStream getContents() throws java.io.IOException- Specified by:
- getContentsin class- CDOLob<java.io.InputStream>
- Throws:
- java.io.IOException
 
 - 
getBytespublic byte[] getBytes() throws java.io.IOException- Throws:
- java.io.IOException
- Since:
- 4.13
 
 - 
getStringpublic java.lang.String getString() throws java.io.IOException
 - 
putprotected CDOLobInfo put(java.io.InputStream contents) throws java.io.IOException 
 
- 
 
-