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

Method Detail
available
public int available()
throws java.io.IOException
Throws:
java.io.IOException
close
public void close()
throws java.io.IOException
Throws:
java.io.IOException
mark
public void mark(int readlimit)
markSupported
public boolean markSupported()
read
public int read()
throws java.io.IOException
Throws:
java.io.IOException
read
public int read(byte[] b)
throws java.io.IOException
Throws:
java.io.IOException
read
public int read(byte[] b,
int off,
int len)
throws java.io.IOException
Throws: