Uses of Class
org.eclipse.emf.cdo.common.lob.CDOLobInfo
Packages that use CDOLobInfo
Package
Description
Common concepts for dealing with large binary objects and large character objects.
Common service provider interfaces and useful base implementations.
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.lobModifier and TypeClassDescriptionfinal class
An identifiable binary large object with streaming support.final class
An 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 CDOLobInfoModifier and TypeMethodDescriptionprotected CDOLobInfo
CDOBlob.put
(InputStream contents) protected CDOLobInfo
protected abstract CDOLobInfo
CDOLobStore.Delegating.putBinary
(InputStream contents) CDOLobStore.putBinary
(InputStream contents) CDOLobStore.Delegating.putCharacter
(Reader contents) CDOLobStore.putCharacter
(Reader contents) Methods in org.eclipse.emf.cdo.common.lob with parameters of type CDOLobInfoModifier and TypeMethodDescriptionCDOLobStore.Delegating.getBinary
(CDOLobInfo info) CDOLobStore.getBinary
(CDOLobInfo info) CDOLobStore.Delegating.getCharacter
(CDOLobInfo info) CDOLobStore.getCharacter
(CDOLobInfo info) -
Uses of CDOLobInfo in org.eclipse.emf.cdo.spi.common
Methods in org.eclipse.emf.cdo.spi.common that return CDOLobInfoModifier and TypeMethodDescriptionCDOLobStoreImpl.putBinary
(InputStream contents) CDOLobStoreImpl.putCharacter
(Reader contents) Methods in org.eclipse.emf.cdo.spi.common with parameters of type CDOLobInfoModifier and TypeMethodDescriptionCDOLobStoreImpl.getBinary
(CDOLobInfo info) CDOLobStoreImpl.getCharacter
(CDOLobInfo info) -
Uses of CDOLobInfo in org.eclipse.emf.spi.cdo
Methods in org.eclipse.emf.spi.cdo with parameters of type CDOLobInfoModifier and TypeMethodDescriptionvoid
CDOSessionProtocol.loadLob
(CDOLobInfo info, Object outputStreamOrWriter)