com.sybase.jdbc2.timedio
Class TDSTunnellingIS
java.lang.Object
|
+--java.io.InputStream
|
+--com.sybase.jdbc2.timedio.TDSTunnellingIS
- public class TDSTunnellingIS
- extends InputStream
Method Summary |
int | available() |
private void | getIS() |
int | read() |
int | read(byte[] , int , int ) |
protected synchronized int | read(byte[] , int , int , long ) |
long | skip(long ) |
Methods inherited from class java.io.InputStream |
read, close, mark, reset, markSupported |
Methods inherited from class java.lang.Object |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |
_dbio
private com.sybase.jdbc2.timedio.URLDbio _dbio
_is
private java.io.InputStream _is
_length
private int _length
_timeout
private long _timeout
_urlC
private java.net.URLConnection _urlC
TDSTunnellingIS
public TDSTunnellingIS(com.sybase.jdbc2.timedio.URLDbio )
available
public int available()
getIS
private void getIS()
read
public int read()
read
public int read(byte[] , int , int )
read
protected synchronized int read(byte[] , int , int , long )
skip
public long skip(long )