public abstract static class CDOLobStore.Delegating extends Object implements CDOLobStore
large object store that delegates all method calls to a delegate.CDOLobStore.Delegating| Constructor and Description |
|---|
Delegating() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getBinary(CDOLobInfo info) |
File |
getBinaryFile(byte[] id) |
Reader |
getCharacter(CDOLobInfo info) |
File |
getCharacterFile(byte[] id) |
protected abstract CDOLobStore |
getDelegate() |
CDOLobInfo |
putBinary(InputStream contents) |
CDOLobInfo |
putCharacter(Reader contents) |
public File getBinaryFile(byte[] id)
getBinaryFile in interface CDOLobStorepublic InputStream getBinary(CDOLobInfo info) throws IOException
getBinary in interface CDOLobStoreIOExceptionpublic CDOLobInfo putBinary(InputStream contents) throws IOException
putBinary in interface CDOLobStoreIOExceptionpublic File getCharacterFile(byte[] id)
getCharacterFile in interface CDOLobStorepublic Reader getCharacter(CDOLobInfo info) throws IOException
getCharacter in interface CDOLobStoreIOExceptionpublic CDOLobInfo putCharacter(Reader contents) throws IOException
putCharacter in interface CDOLobStoreIOExceptionprotected abstract CDOLobStore getDelegate()
Copyright (c) 2011-2015 Eike Stepper (Berlin, Germany) and others.