Package org.eclipse.emf.cdo.common.lob
Class CDOClob
- java.lang.Object
- 
- org.eclipse.emf.cdo.common.lob.CDOLobInfo
- 
- org.eclipse.emf.cdo.common.lob.CDOLob<java.io.Reader>
- 
- org.eclipse.emf.cdo.common.lob.CDOClob
 
 
 
- 
 public final class CDOClob extends CDOLob<java.io.Reader> An identifiable character large object with streaming support.- Since:
- 4.0
- Author:
- Eike Stepper
 
- 
- 
Constructor SummaryConstructors Constructor Description CDOClob(java.io.Reader contents)CDOClob(java.io.Reader contents, CDOLobStore store)CDOClob(java.lang.String contents, CDOLobStore store)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.ReadergetContents()java.lang.StringgetString()protected CDOLobInfoput(java.io.Reader contents)- 
Methods inherited from class org.eclipse.emf.cdo.common.lob.CDOLobInfoequals, getID, getIDString, getSize, hashCode, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
CDOClobpublic CDOClob(java.io.Reader contents) throws java.io.IOException- Throws:
- java.io.IOException
 
 - 
CDOClobpublic CDOClob(java.io.Reader contents, CDOLobStore store) throws java.io.IOException- Throws:
- java.io.IOException
 
 - 
CDOClobpublic CDOClob(java.lang.String contents, CDOLobStore store) throws java.io.IOException- Throws:
- java.io.IOException
- Since:
- 4.13
 
 
- 
 - 
Method Detail- 
getContentspublic java.io.Reader getContents() throws java.io.IOException- Specified by:
- getContentsin class- CDOLob<java.io.Reader>
- Throws:
- java.io.IOException
 
 - 
getStringpublic java.lang.String getString() throws java.io.IOException
 - 
putprotected CDOLobInfo put(java.io.Reader contents) throws java.io.IOException 
 
- 
 
-