Package org.eclipse.emf.cdo.common.lob
Interface CDOLobStore
- All Known Implementing Classes:
CDOLobStore.Delegating
,CDOLobStoreImpl
public interface CDOLobStore
Stores and loads
large objects
.- Since:
- 4.0
- Author:
- Eike Stepper
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
An abstractlarge object store
that delegates all method calls to a delegate. -
Method Summary
Modifier and TypeMethodDescriptiongetBinary
(CDOLobInfo info) getBinaryFile
(byte[] id) getCharacter
(CDOLobInfo info) getCharacterFile
(byte[] id) putBinary
(InputStream contents) putCharacter
(Reader contents)
-
Method Details
-
getBinaryFile
-
getBinary
- Throws:
IOException
-
putBinary
- Throws:
IOException
-
getCharacterFile
-
getCharacter
- Throws:
IOException
-
putCharacter
- Throws:
IOException
-