| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.io.InputStream
|
+--java.io.FilterInputStream
|
+--com.sybase.jdbc2.jdbc.RawInputStream
|
+--com.sybase.jdbc2.jdbc.PadByteInputStream
|
+--com.sybase.jdbc2.jdbc.RawToAsciiInputStream
| Fields inherited from class com.sybase.jdbc2.jdbc.PadByteInputStream |
_bytes, _even, _padByteLengthRemaining |
| Fields inherited from class com.sybase.jdbc2.jdbc.RawInputStream |
_cm, _isCached, _tdis |
| Fields inherited from class java.io.FilterInputStream |
in |
| Constructor Summary | |
RawToAsciiInputStream(java.io.InputStream , int , int , com.sybase.jdbc2.utils.CacheManager ) | |
| Method Summary | |
int | read() |
| Methods inherited from class com.sybase.jdbc2.jdbc.PadByteInputStream |
available, read, read, skip |
| Methods inherited from class com.sybase.jdbc2.jdbc.RawInputStream |
cache, close, markSupported, setCached |
| Methods inherited from class java.io.FilterInputStream |
mark, reset |
| Methods inherited from class java.lang.Object |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |
| Constructor Detail |
public RawToAsciiInputStream(java.io.InputStream , int , int , com.sybase.jdbc2.utils.CacheManager )
| Method Detail |
public int read()
| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||