protected class OPLHeapClob.BlobOutputWriter
extends java.io.Writer
| Modifier and Type | Field | Description |
|---|---|---|
protected int |
count |
| Modifier | Constructor | Description |
|---|---|---|
protected |
BlobOutputWriter(java.lang.Object lck,
long pos) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
|
void |
flush() |
|
void |
write(char[] c,
int off,
int len) |
|
void |
write(int c) |
|
void |
write(java.lang.String str,
int off,
int len) |
public void write(int c)
throws java.io.IOException
write in class java.io.Writerjava.io.IOExceptionpublic void write(char[] c,
int off,
int len)
throws java.io.IOException
write in class java.io.Writerjava.io.IOExceptionpublic void write(java.lang.String str,
int off,
int len)
throws java.io.IOException
write in class java.io.Writerjava.io.IOExceptionpublic void flush()
flush in class java.io.Writerpublic void close()
close in class java.io.Writer