| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.io.InputStream | +--com.sybase.jdbc2.tds.PduInputFormatter
Field Summary | |
private byte[] | _buf |
private int | _nextIn |
private int | _packetEnd |
private com.sybase.jdbc2.utils.BufferInterval | _pdu |
private int | _status |
private com.sybase.jdbc2.tds.TdsProtocolContext | _tpc |
private int | _type |
private final static int | LOW_BYTE |
Constructor Summary | |
PduInputFormatter(com.sybase.jdbc2.tds.TdsProtocolContext ) |
Method Summary | |
int | available() |
void | close() |
int | read() |
int | read(byte[] , int , int ) |
private boolean | readPacket() |
long | skip(long ) |
Methods inherited from class java.io.InputStream |
read, mark, reset, markSupported |
Methods inherited from class java.lang.Object |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |
Field Detail |
private byte[] _buf
private int _nextIn
private int _packetEnd
private com.sybase.jdbc2.utils.BufferInterval _pdu
private int _status
private com.sybase.jdbc2.tds.TdsProtocolContext _tpc
private int _type
private final static int LOW_BYTE
Constructor Detail |
public PduInputFormatter(com.sybase.jdbc2.tds.TdsProtocolContext )
Method Detail |
public int available()
public void close()
public int read()
public int read(byte[] , int , int )
private boolean readPacket()
public long skip(long )
| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |