Package org.eclipse.emf.cdo.spi.common
Class CDOLobStoreImpl
java.lang.Object
org.eclipse.emf.cdo.spi.common.CDOLobStoreImpl
- All Implemented Interfaces:
CDOLobStore
If the meaning of this type isn't clear, there really should be more of a description here...
- Since:
- 4.0
- Author:
- Eike Stepper
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.common.lob.CDOLobStore
CDOLobStore.Delegating
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected MessageDigest
getBinary
(CDOLobInfo info) getBinaryFile
(byte[] id) getCharacter
(CDOLobInfo info) getCharacterFile
(byte[] id) protected File
long
putBinary
(InputStream contents) putCharacter
(Reader contents) void
setTimeout
(long timeout) toString()
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
CDOLobStoreImpl
-
CDOLobStoreImpl
public CDOLobStoreImpl()
-
-
Method Details
-
getTimeout
public long getTimeout()- Since:
- 4.8
-
setTimeout
public void setTimeout(long timeout) - Since:
- 4.8
-
getFolder
-
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
-
createDigest
-
getTempFile
-