Package org.eclipse.emf.cdo.common.lob
Schnittstelle CDOLobStore
- Alle bekannten Implementierungsklassen:
CDOLobStore.Delegating
,CDOLobStoreImpl
public interface CDOLobStore
Stores and loads
large objects
.- Seit:
- 4.0
- Autor:
- Eike Stepper
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypSchnittstelleBeschreibungstatic class
An abstractlarge object store
that delegates all method calls to a delegate. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetBinary
(CDOLobInfo info) getBinaryFile
(byte[] id) getCharacter
(CDOLobInfo info) getCharacterFile
(byte[] id) putBinary
(InputStream contents) putCharacter
(Reader contents)
-
Methodendetails
-
getBinaryFile
-
getBinary
- Löst aus:
IOException
-
putBinary
- Löst aus:
IOException
-
getCharacterFile
-
getCharacter
- Löst aus:
IOException
-
putCharacter
- Löst aus:
IOException
-