Package org.apache.derby.client.am
Class ClobOutputStream
java.lang.Object
java.io.OutputStream
org.apache.derby.client.am.ClobOutputStream
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
write
(byte[] b, int off, int len) void
write
(int b) private void
writeBytes
(byte[] b) Methods inherited from class java.io.OutputStream
close, flush, nullOutputStream, write
-
Field Details
-
clob_
-
offset_
private long offset_
-
-
Constructor Details
-
ClobOutputStream
ClobOutputStream(ClientClob clob, long offset) throws SqlException - Throws:
SqlException
-
-
Method Details
-
write
- Specified by:
write
in classOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-
writeBytes
- Throws:
IOException
-