Package org.eclipse.emf.cdo.common.lob
Class CDOLob<IO>
java.lang.Object
org.eclipse.emf.cdo.common.lob.CDOLobInfo
org.eclipse.emf.cdo.common.lob.CDOLob<IO>
A identifiable large object with streaming support.
- Since:
- 4.0
- Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
-
Method Summary
Modifier and TypeMethodDescriptionfinal long
abstract IO
final CDOLobStore
getStore()
abstract File
abstract String
protected abstract CDOLobInfo
Methods inherited from class org.eclipse.emf.cdo.common.lob.CDOLobInfo
equals, getID, getIDString, getSize, hashCode, toString
-
Method Details
-
getStore
-
getStoreFile
- Since:
- 4.19
-
getContents
- Throws:
IOException
-
getString
- Throws:
IOException
- Since:
- 4.13
-
getByteCount
public final long getByteCount()- Since:
- 4.19
-
put
- Throws:
IOException
-