Uses of Class
org.eclipse.emf.cdo.common.lob.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
Modifier 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.Modifier 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) Modifier 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
Modifier and TypeMethodDescriptionCDOLobStoreImpl.putBinary
(InputStream contents) CDOLobStoreImpl.putCharacter
(Reader contents) Modifier and TypeMethodDescriptionCDOLobStoreImpl.getBinary
(CDOLobInfo info) CDOLobStoreImpl.getCharacter
(CDOLobInfo info) -
Uses of CDOLobInfo in org.eclipse.emf.spi.cdo
Modifier and TypeMethodDescriptionvoid
CDOSessionProtocol.loadLob
(CDOLobInfo info, Object outputStreamOrWriter)