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
 
 public abstract static class CDOLobStore.Delegating extends java.lang.Object implements CDOLobStore An abstractlarge object storethat 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.CDOLobStoreCDOLobStore.Delegating
 
- 
 - 
Constructor SummaryConstructors Constructor Description Delegating()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description java.io.InputStreamgetBinary(CDOLobInfo info)java.io.FilegetBinaryFile(byte[] id)java.io.ReadergetCharacter(CDOLobInfo info)java.io.FilegetCharacterFile(byte[] id)protected abstract CDOLobStoregetDelegate()CDOLobInfoputBinary(java.io.InputStream contents)CDOLobInfoputCharacter(java.io.Reader contents)java.lang.StringtoString()
 
- 
- 
- 
Method Detail- 
getBinaryFilepublic java.io.File getBinaryFile(byte[] id) - Specified by:
- getBinaryFilein interface- CDOLobStore
 
 - 
getBinarypublic java.io.InputStream getBinary(CDOLobInfo info) throws java.io.IOException - Specified by:
- getBinaryin interface- CDOLobStore
- Throws:
- java.io.IOException
 
 - 
putBinarypublic CDOLobInfo putBinary(java.io.InputStream contents) throws java.io.IOException - Specified by:
- putBinaryin interface- CDOLobStore
- Throws:
- java.io.IOException
 
 - 
getCharacterFilepublic java.io.File getCharacterFile(byte[] id) - Specified by:
- getCharacterFilein interface- CDOLobStore
 
 - 
getCharacterpublic java.io.Reader getCharacter(CDOLobInfo info) throws java.io.IOException - Specified by:
- getCharacterin interface- CDOLobStore
- Throws:
- java.io.IOException
 
 - 
putCharacterpublic CDOLobInfo putCharacter(java.io.Reader contents) throws java.io.IOException - Specified by:
- putCharacterin interface- CDOLobStore
- Throws:
- java.io.IOException
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
getDelegateprotected abstract CDOLobStore getDelegate() 
 
- 
 
-