public class BlobOutputStream extends java.io.OutputStream 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(byte[] aSource) |
void |
write(byte[] aSource,
int aSourceOffset,
int aLength) |
void |
write(java.io.InputStream aSource,
long aLength) |
void |
write(int aByte) |
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.OutputStreamjava.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.OutputStreamjava.io.IOExceptionpublic void write(byte[] aSource,
int aSourceOffset,
int aLength)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(byte[] aSource)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(int aByte)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(java.io.InputStream aSource,
long aLength)
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