Package org.eclipse.emf.cdo.common.lob
Class CDOLobStore.Delegating
java.lang.Object
org.eclipse.emf.cdo.common.lob.CDOLobStore.Delegating
- All Implemented Interfaces:
CDOLobStore
- Enclosing interface:
- CDOLobStore
An abstract
large object store
that delegates all method calls to a delegate.- Author:
- Eike Stepper
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.common.lob.CDOLobStore
CDOLobStore.Delegating
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBinary
(CDOLobInfo info) getBinaryFile
(byte[] id) getCharacter
(CDOLobInfo info) getCharacterFile
(byte[] id) protected abstract CDOLobStore
putBinary
(InputStream contents) putCharacter
(Reader contents) toString()
-
Constructor Details
-
Delegating
public Delegating()
-
-
Method Details
-
getBinaryFile
- Specified by:
getBinaryFile
in interfaceCDOLobStore
-
getBinary
- Specified by:
getBinary
in interfaceCDOLobStore
- Throws:
IOException
-
putBinary
- Specified by:
putBinary
in interfaceCDOLobStore
- Throws:
IOException
-
getCharacterFile
- Specified by:
getCharacterFile
in interfaceCDOLobStore
-
getCharacter
- Specified by:
getCharacter
in interfaceCDOLobStore
- Throws:
IOException
-
putCharacter
- Specified by:
putCharacter
in interfaceCDOLobStore
- Throws:
IOException
-
toString
-
getDelegate
-