|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.Reader
com.ejie.r01f.sql.CLOBReader
Clase Wrapper de un ClobReader para ser utilizada desde SQLHelpper Se encarga de obtener la conexión a la base de datos y liberarla cuando ya se han leido todos los datos.
Method Summary | |
void |
close()
|
void |
finalize()
Cerrar la conexión a base de datos en su caso |
int |
read()
Lee un caracter y lo devuelve |
int |
read(char[] c)
Llena el array de caracteres desde el Reader |
int |
read(char[] c,
int off,
int len)
Lee un numero de caracteres desde una posición y los devuelve en un array de caracteres |
boolean |
ready()
Devuelve si el stream esta listo para ser leido |
long |
skip(long len)
Salta un numero de caracteres |
Methods inherited from class java.io.Reader |
mark, markSupported, reset |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void finalize()
public int read() throws java.io.IOException
java.io.IOException
Reader.read()
public int read(char[] c, int off, int len) throws java.io.IOException
java.io.IOException
Reader.read(char[], int, int)
public int read(char[] c) throws java.io.IOException
java.io.IOException
Reader.read(char[])
public long skip(long len) throws java.io.IOException
java.io.IOException
Reader.skip(long)
public boolean ready() throws java.io.IOException
java.io.IOException
Reader.ready()
public void close() throws java.io.IOException
java.io.IOException
Reader.close()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |