Package org.eclipse.emf.cdo.common.lob
Class CDOBlobOutputStream
java.lang.Object
java.io.OutputStream
org.eclipse.emf.cdo.common.lob.CDOBlobOutputStream
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
An
OutputStream
that produces a CDOBlob
.- Since:
- 4.3
- Author:
- Christian W. Damus (CEA LIST)
-
Constructor Summary
-
Method Summary
Methods inherited from class java.io.OutputStream
nullOutputStream, write
-
Constructor Details
-
CDOBlobOutputStream
public CDOBlobOutputStream()
-
-
Method Details
-
write
- Specified by:
write
in classOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classOutputStream
- Throws:
IOException
-
flush
- Specified by:
flush
in interfaceFlushable
- Overrides:
flush
in classOutputStream
- Throws:
IOException
-
getBlob
-