public class ClobWriter extends java.io.Writer implements ConnectionSharable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
freeLocator() |
void |
initMode() |
boolean |
isCopyMode() |
boolean |
isSameConnectionWith(CmChannel aChannel) |
void |
readyToCopy() |
void |
releaseCopyMode() |
void |
setCopyMode() |
void |
setMode(byte aIsDirectAbled) |
void |
write(char[] aSource,
int aOffset,
int aLength) |
void |
write(java.io.Reader aSource,
int aSourceLength) |
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.Writerjava.io.IOExceptionpublic void freeLocator()
throws java.sql.SQLException,
java.io.IOException
java.sql.SQLExceptionjava.io.IOExceptionpublic void flush()
throws java.io.IOException
flush in interface java.io.Flushableflush in class java.io.Writerjava.io.IOExceptionpublic void write(char[] aSource,
int aOffset,
int aLength)
throws java.io.IOException
write in class java.io.Writerjava.io.IOExceptionpublic void write(java.io.Reader aSource,
int aSourceLength)
throws java.io.IOException
java.io.IOExceptionpublic void setCopyMode()
setCopyMode in interface ConnectionSharablepublic void releaseCopyMode()
releaseCopyMode in interface ConnectionSharablepublic void initMode()
initMode in interface ConnectionSharablepublic void setMode(byte aIsDirectAbled)
public boolean isCopyMode()
isCopyMode in interface ConnectionSharablepublic boolean isSameConnectionWith(CmChannel aChannel)
isSameConnectionWith in interface ConnectionSharablepublic void readyToCopy()
throws java.io.IOException
readyToCopy in interface ConnectionSharablejava.io.IOException