org.sourceforge.jxdbcon
Class AbstractClob$3
java.lang.Object
|
+--java.io.OutputStream
|
+--org.sourceforge.jxdbcon.AbstractClob$3
- synchronized class AbstractClob$3
- extends OutputStream
Field Summary |
(package private) long |
pos
|
Method Summary |
void |
write(byte[])
|
void |
write(byte[],
int,
int)
|
void |
write(int)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pos
long pos
AbstractClob$3
AbstractClob$3(AbstractClob,
long)
throws IOException
write
public final void write(byte[])
throws IOException
- Overrides:
write
in class OutputStream
IOException
write
public final void write(byte[],
int,
int)
throws IOException
- Overrides:
write
in class OutputStream
IOException
write
public final void write(int)
throws IOException
- Specified by:
write
in class OutputStream
IOException
Copyright © 2001,2002 Keve Müller; see LICENSE file for details.