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>
 
 
- 
 public abstract class CDOLob<IO> extends CDOLobInfo 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 SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract IOgetContents()CDOLobStoregetStore()abstract java.lang.StringgetString()protected abstract CDOLobInfoput(IO contents)- 
Methods inherited from class org.eclipse.emf.cdo.common.lob.CDOLobInfoequals, getID, getIDString, getSize, hashCode, toString
 
- 
 
- 
- 
- 
Method Detail- 
getStorepublic final CDOLobStore getStore() 
 - 
getContentspublic abstract IO getContents() throws java.io.IOException - Throws:
- java.io.IOException
 
 - 
getStringpublic abstract java.lang.String getString() throws java.io.IOException- Throws:
- java.io.IOException
- Since:
- 4.13
 
 - 
putprotected abstract CDOLobInfo put(IO contents) throws java.io.IOException - Throws:
- java.io.IOException
 
 
- 
 
-