org.eclipse.emf.cdo.common.lob
Class CDOClob

java.lang.Object
  extended by org.eclipse.emf.cdo.common.lob.CDOLobInfo
      extended by org.eclipse.emf.cdo.common.lob.CDOLob<Reader>
          extended by 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

Constructor Summary
CDOClob(Reader contents)
           
CDOClob(Reader contents, CDOLobStore store)
           
 
Method Summary
 Reader getContents()
           
protected  CDOLobInfo put(Reader contents)
           
 
Methods inherited from class org.eclipse.emf.cdo.common.lob.CDOLob
getStore
 
Methods inherited from class org.eclipse.emf.cdo.common.lob.CDOLobInfo
getID, getSize, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CDOClob

public CDOClob(Reader contents)
        throws IOException
Throws:
IOException

CDOClob

public CDOClob(Reader contents,
               CDOLobStore store)
        throws IOException
Throws:
IOException
Method Detail

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.