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<Reader>
org.eclipse.emf.cdo.common.lob.CDOClob
- public final class CDOClob
- extends CDOLob<Reader>
A identifiable character large object with streaming support.
- Since:
- 4.0
Methods inherited from class org.eclipse.emf.cdo.common.lob.CDOLob |
getStore |
CDOClob
public CDOClob(Reader contents)
throws IOException
- Throws:
IOException
CDOClob
public CDOClob(Reader contents,
CDOLobStore store)
throws IOException
- Throws:
IOException
getContents
public Reader getContents()
throws IOException
- Specified by:
getContents
in class CDOLob<Reader>
- Throws:
IOException
put
protected CDOLobInfo put(Reader contents)
throws IOException
- Specified by:
put
in class CDOLob<Reader>
- Throws:
IOException
Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.