Package org.eclipse.emf.cdo.common.lob
Class CDOClobWriter
java.lang.Object
java.io.Writer
org.eclipse.emf.cdo.common.lob.CDOClobWriter
- All Implemented Interfaces:
Closeable
,Flushable
,Appendable
,AutoCloseable
- Since:
- 4.3
- Author:
- Christian W. Damus (CEA LIST)
-
Constructor Details
-
CDOClobWriter
public CDOClobWriter()
-
-
Method Details
-
write
- Specified by:
write
in classWriter
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in classWriter
- Throws:
IOException
-
flush
- Specified by:
flush
in interfaceFlushable
- Specified by:
flush
in classWriter
- Throws:
IOException
-
getClob
-