public class LobOutputStream extends OutputStream
| 构造器和说明 |
|---|
LobOutputStream(Lob lob,
int pos) |
public LobOutputStream(Lob lob, int pos)
public void write(int bit)
throws IOException
write 在类中 OutputStreamIOExceptionpublic void write(byte[] buf,
int off,
int len)
throws IOException
write 在类中 OutputStreamIOExceptionpublic void write(byte[] buf)
throws IOException
write 在类中 OutputStreamIOExceptionCopyright © 2024 oceanbase.com. All rights reserved.