public class BlobInputStream extends java.io.InputStream implements ConnectionSharable
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
void |
freeLocator() |
void |
initMode() |
boolean |
isClosed() |
boolean |
isCopyMode() |
boolean |
isSameConnectionWith(CmChannel aChannel) |
void |
mark(int aReadlimit) |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] aBuf) |
int |
read(byte[] aDest,
int aDestOffset,
int aLengthWantToRead) |
void |
readyToCopy() |
void |
releaseCopyMode() |
void |
reset() |
void |
setCopyMode() |
void |
setOffset4Server(long aOffset) |
long |
skip(long aLen) |
public int available()
throws java.io.IOException
available in class java.io.InputStreamjava.io.IOExceptionpublic boolean isClosed()
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.InputStreamjava.io.IOExceptionpublic void freeLocator()
throws java.sql.SQLException,
java.io.IOException
java.sql.SQLExceptionjava.io.IOExceptionpublic void mark(int aReadlimit)
mark in class java.io.InputStreampublic boolean markSupported()
markSupported in class java.io.InputStreampublic int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] aDest,
int aDestOffset,
int aLengthWantToRead)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] aBuf)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic void reset()
throws java.io.IOException
reset in class java.io.InputStreamjava.io.IOExceptionpublic long skip(long aLen)
throws java.io.IOException
skip in class java.io.InputStreamjava.io.IOExceptionpublic 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 boolean isSameConnectionWith(CmChannel aChannel)
isSameConnectionWith in interface ConnectionSharablepublic void setOffset4Server(long aOffset)