Package org.eclipse.emf.cdo.common.lob
Class CDOClob
An identifiable character large object with streaming support.
- Since:
- 4.0
- Author:
- Eike Stepper
-
Constructor Summary
ConstructorDescriptionCDOClob
(Reader contents, CDOLobStore store) CDOClob
(String contents, CDOLobStore store) -
Method Summary
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
-
CDOClob
- Throws:
IOException
-
CDOClob
- Throws:
IOException
-
CDOClob
- Throws:
IOException
- Since:
- 4.13
-
-
Method Details
-
getStoreFile
- Specified by:
getStoreFile
in classCDOLob<Reader>
-
getContents
- Specified by:
getContents
in classCDOLob<Reader>
- Throws:
IOException
-
getString
- Specified by:
getString
in classCDOLob<Reader>
- Throws:
IOException
- Since:
- 4.13
-
put
- Specified by:
put
in classCDOLob<Reader>
- Throws:
IOException
-