public abstract static class CDOLobStore.Delegating extends java.lang.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 |
---|---|
java.io.InputStream |
getBinary(CDOLobInfo info) |
java.io.File |
getBinaryFile(byte[] id) |
java.io.Reader |
getCharacter(CDOLobInfo info) |
java.io.File |
getCharacterFile(byte[] id) |
protected abstract CDOLobStore |
getDelegate() |
CDOLobInfo |
putBinary(java.io.InputStream contents) |
CDOLobInfo |
putCharacter(java.io.Reader contents) |
java.lang.String |
toString() |
public java.io.File getBinaryFile(byte[] id)
getBinaryFile
in interface CDOLobStore
public java.io.InputStream getBinary(CDOLobInfo info) throws java.io.IOException
getBinary
in interface CDOLobStore
java.io.IOException
public CDOLobInfo putBinary(java.io.InputStream contents) throws java.io.IOException
putBinary
in interface CDOLobStore
java.io.IOException
public java.io.File getCharacterFile(byte[] id)
getCharacterFile
in interface CDOLobStore
public java.io.Reader getCharacter(CDOLobInfo info) throws java.io.IOException
getCharacter
in interface CDOLobStore
java.io.IOException
public CDOLobInfo putCharacter(java.io.Reader contents) throws java.io.IOException
putCharacter
in interface CDOLobStore
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object
protected abstract CDOLobStore getDelegate()
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html