Neoview JDBC Type 4 Driver API Reference (R2.2, R2.3, R2.4, R2.5)

Method Detail
close
public void close()
throws java.io.IOException
Throws:
java.io.IOException
mark
public void mark(int readAheadLimit)
throws java.io.IOException
Throws:
java.io.IOException
markSupported
public boolean markSupported()
read
public int read()
throws java.io.IOException
Throws:
java.io.IOException
read
public int read(char[] cbuf)
throws java.io.IOException
Throws:
java.io.IOException
read
public int read(char[] cbuf,
int off,
int len)
throws java.io.IOException
Throws:
java.io.IOException
reset