jxDBCon 0.9z

org.sourceforge.jxdbcon
Class AbstractClob$4

java.lang.Object
  |
  +--java.io.Writer
        |
        +--org.sourceforge.jxdbcon.AbstractClob$4

synchronized class AbstractClob$4
extends Writer


Field Summary
(package private)  long pos
           
 
Fields inherited from class java.io.Writer
lock
 
Constructor Summary
(package private) AbstractClob$4(AbstractClob, long)
           
 
Method Summary
 void close()
           
 void flush()
           
 void write(char[])
           
 void write(char[], int, int)
           
 void write(int)
           
 
Methods inherited from class java.io.Writer
write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pos

long pos
Constructor Detail

AbstractClob$4

AbstractClob$4(AbstractClob,
               long)
         throws IOException
Method Detail

close

public final void close()
Specified by:
close in class Writer

flush

public final void flush()
Specified by:
flush in class Writer

write

public final void write(char[])
                 throws IOException
Overrides:
write in class Writer
IOException

write

public final void write(char[],
                        int,
                        int)
                 throws IOException
Specified by:
write in class Writer
IOException

write

public final void write(int)
                 throws IOException
Overrides:
write in class Writer
IOException

jxDBCon 0.9z

Copyright © 2001,2002 Keve Müller; see LICENSE file for details.