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:
- java.io.Closeable,- java.io.Flushable,- java.lang.Appendable,- java.lang.AutoCloseable
 
 public class CDOClobWriter extends java.io.WriterAWriterthat produces aCDOClob.- Since:
- 4.3
- Author:
- Christian W. Damus (CEA LIST)
 
- 
- 
Constructor SummaryConstructors Constructor Description CDOClobWriter()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidflush()CDOClobgetClob()voidwrite(char[] cbuf, int off, int len)
 
- 
- 
- 
Method Detail- 
writepublic void write(char[] cbuf, int off, int len) throws java.io.IOException- Specified by:
- writein class- java.io.Writer
- Throws:
- java.io.IOException
 
 - 
closepublic void close() throws java.io.IOException- Specified by:
- closein interface- java.lang.AutoCloseable
- Specified by:
- closein interface- java.io.Closeable
- Specified by:
- closein class- java.io.Writer
- Throws:
- java.io.IOException
 
 - 
flushpublic void flush() throws java.io.IOException- Specified by:
- flushin interface- java.io.Flushable
- Specified by:
- flushin class- java.io.Writer
- Throws:
- java.io.IOException
 
 - 
getClobpublic CDOClob getClob() 
 
- 
 
-