public class LobOutputStream extends OutputStream
| Constructor and Description |
|---|
LobOutputStream(Lob lob,
int pos) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] buf) |
void |
write(byte[] buf,
int off,
int len) |
void |
write(int bit) |
close, flushpublic LobOutputStream(Lob lob, int pos)
public void write(int bit)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] buf,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] buf)
throws IOException
write in class OutputStreamIOExceptionCopyright © 2022 oceanbase.com. All rights reserved.