Package org.eclipse.emf.cdo.common.lob
Class CDOBlob
An identifiable binary large object with streaming support.
- Since:
- 4.0
- Author:
- Eike Stepper
-
Constructor Summary
ConstructorDescriptionCDOBlob
(byte[] contents, CDOLobStore store) CDOBlob
(InputStream contents) CDOBlob
(InputStream contents, CDOLobStore store) CDOBlob
(String contents, CDOLobStore store) -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
getBytes()
protected CDOLobInfo
put
(InputStream contents) Methods inherited from class org.eclipse.emf.cdo.common.lob.CDOLob
getByteCount, getStore
Methods inherited from class org.eclipse.emf.cdo.common.lob.CDOLobInfo
equals, getID, getIDString, getSize, hashCode, toString
-
Constructor Details
-
CDOBlob
- Throws:
IOException
-
CDOBlob
- Throws:
IOException
-
CDOBlob
- Throws:
IOException
- Since:
- 4.13
-
CDOBlob
- Throws:
IOException
- Since:
- 4.13
-
-
Method Details
-
getStoreFile
- Specified by:
getStoreFile
in classCDOLob<InputStream>
-
getContents
- Specified by:
getContents
in classCDOLob<InputStream>
- Throws:
IOException
-
getBytes
- Throws:
IOException
- Since:
- 4.13
-
getString
- Specified by:
getString
in classCDOLob<InputStream>
- Throws:
IOException
- Since:
- 4.13
-
put
- Specified by:
put
in classCDOLob<InputStream>
- Throws:
IOException
-