jxDBCon 0.9z

org.sourceforge.jxdbcon
Class AbstractClob$2

java.lang.Object
  |
  +--java.io.Reader
        |
        +--org.sourceforge.jxdbcon.AbstractClob$2

synchronized class AbstractClob$2
extends Reader


Field Summary
private  long pos
           
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
(package private) AbstractClob$2(AbstractClob)
           
 
Method Summary
 int available()
           
 void close()
           
 int read()
           
 int read(char[])
           
 int read(char[], int, int)
           
 
Methods inherited from class java.io.Reader
mark, markSupported, ready, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pos

private long pos
Constructor Detail

AbstractClob$2

AbstractClob$2(AbstractClob)
         throws IOException
Method Detail

available

public final int available()
                    throws IOException
IOException

close

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

read

public final int read()
               throws IOException
Overrides:
read in class Reader
IOException

read

public final int read(char[])
               throws IOException
Overrides:
read in class Reader
IOException

read

public final int read(char[],
                      int,
                      int)
               throws IOException
Specified by:
read in class Reader
IOException

jxDBCon 0.9z

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