Package org.eclipse.emf.cdo.spi.common
Class CDOLobStoreImpl
- java.lang.Object
- 
- org.eclipse.emf.cdo.spi.common.CDOLobStoreImpl
 
- 
- All Implemented Interfaces:
- CDOLobStore
 
 public class CDOLobStoreImpl extends java.lang.Object implements 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.CDOLobStoreCDOLobStore.Delegating
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static CDOLobStoreImplINSTANCE
 - 
Constructor SummaryConstructors Constructor Description CDOLobStoreImpl()CDOLobStoreImpl(java.io.File folder)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.security.MessageDigestcreateDigest()java.io.InputStreamgetBinary(CDOLobInfo info)java.io.FilegetBinaryFile(byte[] id)java.io.ReadergetCharacter(CDOLobInfo info)java.io.FilegetCharacterFile(byte[] id)java.io.FilegetFolder()protected java.io.FilegetTempFile()longgetTimeout()CDOLobInfoputBinary(java.io.InputStream contents)CDOLobInfoputCharacter(java.io.Reader contents)voidsetTimeout(long timeout)java.lang.StringtoString()
 
- 
- 
- 
Field Detail- 
INSTANCEpublic static final CDOLobStoreImpl INSTANCE 
 
- 
 - 
Method Detail- 
getTimeoutpublic long getTimeout() - Since:
- 4.8
 
 - 
setTimeoutpublic void setTimeout(long timeout) - Since:
- 4.8
 
 - 
getFolderpublic java.io.File getFolder() 
 - 
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
 
 - 
createDigestprotected java.security.MessageDigest createDigest() 
 - 
getTempFileprotected java.io.File getTempFile() 
 
- 
 
-