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>
- Direct Known Subclasses:
- CDOBlob, CDOClob
- public abstract class CDOLob<IO>
- extends CDOLobInfo
A identifiable large object with streaming support.
- Since:
- 4.0
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
getStore
public final CDOLobStore getStore()
getContents
public abstract IO getContents()
throws IOException
- Throws:
IOException
put
protected abstract CDOLobInfo put(IO contents)
throws IOException
- Throws:
IOException
Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.