Uses of Class
org.eclipse.emf.cdo.common.lob.CDOLobInfo

Packages that use CDOLobInfo
org.eclipse.emf.cdo.common.lob Common concepts for dealing with large binary objects and large character objects. 
org.eclipse.emf.cdo.spi.common Common service provider interfaces and useful base implementations. 
org.eclipse.emf.spi.cdo Client service provider interfaces and useful base implementations. 
 

Uses of CDOLobInfo in org.eclipse.emf.cdo.common.lob
 

Subclasses of CDOLobInfo in org.eclipse.emf.cdo.common.lob
 class CDOBlob
          A identifiable binary large object with streaming support.
 class CDOClob
          A identifiable character large object with streaming support.
 class CDOLob<IO>
          A identifiable large object with streaming support.
 

Methods in org.eclipse.emf.cdo.common.lob that return CDOLobInfo
protected  CDOLobInfo CDOBlob.put(InputStream contents)
           
protected abstract  CDOLobInfo CDOLob.put(IO contents)
           
protected  CDOLobInfo CDOClob.put(Reader contents)
           
 CDOLobInfo CDOLobStore.putBinary(InputStream contents)
           
 CDOLobInfo CDOLobStore.Delegating.putBinary(InputStream contents)
           
 CDOLobInfo CDOLobStore.putCharacter(Reader contents)
           
 CDOLobInfo CDOLobStore.Delegating.putCharacter(Reader contents)
           
 

Methods in org.eclipse.emf.cdo.common.lob with parameters of type CDOLobInfo
 InputStream CDOLobStore.getBinary(CDOLobInfo info)
           
 InputStream CDOLobStore.Delegating.getBinary(CDOLobInfo info)
           
 Reader CDOLobStore.getCharacter(CDOLobInfo info)
           
 Reader CDOLobStore.Delegating.getCharacter(CDOLobInfo info)
           
 

Uses of CDOLobInfo in org.eclipse.emf.cdo.spi.common
 

Methods in org.eclipse.emf.cdo.spi.common that return CDOLobInfo
 CDOLobInfo CDOLobStoreImpl.putBinary(InputStream contents)
           
 CDOLobInfo CDOLobStoreImpl.putCharacter(Reader contents)
           
 

Methods in org.eclipse.emf.cdo.spi.common with parameters of type CDOLobInfo
 InputStream CDOLobStoreImpl.getBinary(CDOLobInfo info)
           
 Reader CDOLobStoreImpl.getCharacter(CDOLobInfo info)
           
 

Uses of CDOLobInfo in org.eclipse.emf.spi.cdo
 

Methods in org.eclipse.emf.spi.cdo with parameters of type CDOLobInfo
 void CDOSessionProtocol.loadLob(CDOLobInfo info, Object outputStreamOrWriter)
           
 



Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.