java.io.Closeable
, java.io.Flushable
, java.lang.AutoCloseable
class ClobOutputStream
extends java.io.OutputStream
Modifier and Type | Field | Description |
---|---|---|
private ClientClob |
clob_ |
|
private long |
offset_ |
Constructor | Description |
---|---|
ClobOutputStream(ClientClob clob,
long offset) |
Modifier and Type | Method | Description |
---|---|---|
void |
write(byte[] b,
int off,
int len) |
|
void |
write(int b) |
|
private void |
writeBytes(byte[] b) |
private ClientClob clob_
private long offset_
ClobOutputStream(ClientClob clob, long offset) throws SqlException
SqlException
public void write(int b) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public void write(byte[] b, int off, int len) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
private void writeBytes(byte[] b) throws java.io.IOException
java.io.IOException
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.