public class ClobReader extends java.io.Reader implements ConnectionSharable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
freeLocator() |
void |
initMode() |
boolean |
isClosed() |
boolean |
isCopyMode() |
boolean |
isSameConnectionWith(CmChannel aChannel) |
int |
read(char[] aDest,
int aOffset,
int aLength) |
void |
readyToCopy() |
void |
releaseCopyMode() |
void |
setCopyMode() |
void |
setOffset4Server(long aOffset4Server) |
public boolean isClosed()
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.Readerjava.io.IOExceptionpublic void freeLocator()
throws java.sql.SQLException,
java.io.IOException
java.sql.SQLExceptionjava.io.IOExceptionpublic int read(char[] aDest,
int aOffset,
int aLength)
throws java.io.IOException
read in class java.io.Readerjava.io.IOExceptionpublic boolean isSameConnectionWith(CmChannel aChannel)
isSameConnectionWith in interface ConnectionSharablepublic boolean isCopyMode()
isCopyMode in interface ConnectionSharablepublic void setCopyMode()
setCopyMode in interface ConnectionSharablepublic void releaseCopyMode()
releaseCopyMode in interface ConnectionSharablepublic void initMode()
initMode in interface ConnectionSharablepublic void readyToCopy()
throws java.io.IOException
readyToCopy in interface ConnectionSharablejava.io.IOExceptionpublic void setOffset4Server(long aOffset4Server)