com.sybase.jdbc2.jdbc
Class TraceInputStream

java.lang.Object
  |
  +--java.io.InputStream
        |
        +--com.sybase.jdbc2.jdbc.TraceInputStream

public class TraceInputStream
extends InputStream


Field Summary
 private com.sybase.jdbc2.jdbc.Capture_cap
           
 private java.io.InputStream_in
           
 private int_state
           

Constructor Summary
 (package private) TraceInputStream(com.sybase.jdbc2.jdbc.Capture , java.io.InputStream , int )
           

Method Summary
 intread()
           
 intread(byte[] )
           
 intread(byte[] , int , int )
           
 protected voidsetState(int )
           

Methods inherited from class java.io.InputStream
skip, available, close, mark, reset, markSupported

Methods inherited from class java.lang.Object
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize

Field Detail

_cap

private com.sybase.jdbc2.jdbc.Capture _cap

_in

private java.io.InputStream _in

_state

private int _state
Constructor Detail

TraceInputStream

TraceInputStream(com.sybase.jdbc2.jdbc.Capture , java.io.InputStream , int )
Method Detail

read

public int read()

read

public int read(byte[] )

read

public int read(byte[] , int , int )

setState

protected void setState(int )