protected class OPLHeapBlob.BlobOutputStream
extends java.io.OutputStream
| Modifier and Type | Field | Description |
|---|---|---|
protected int |
count |
| Modifier | Constructor | Description |
|---|---|---|
protected |
BlobOutputStream(java.lang.Object lck,
long pos) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
|
void |
write(byte[] b,
int off,
int len) |
|
void |
write(int b) |
public void write(int b)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(byte[] b,
int off,
int len)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void close()
close in class java.io.OutputStream