jxDBCon 0.9z

org.sourceforge.jxdbcon.db2
Class DRDAInputStreamX86

java.lang.Object
  |
  +--java.io.InputStream
        |
        +--java.io.FilterInputStream
              |
              +--org.sourceforge.jxutil.io.FDOCAInputStream
                    |
                    +--org.sourceforge.jxdbcon.db2.DRDAInputStream
                          |
                          +--org.sourceforge.jxdbcon.db2.DRDAInputStreamX86

public class DRDAInputStreamX86
extends DRDAInputStream


Nested Class Summary
 
Nested classes inherited from class org.sourceforge.jxdbcon.db2.DRDAInputStream
DRDAInputStream.SQLCADTA, DRDAInputStream.SQLCAGRP, DRDAInputStream.SQLCAXGRP, DRDAInputStream.SQLDAGRP, DRDAInputStream.SQLDTAGRP
 
Field Summary
 
Fields inherited from class org.sourceforge.jxdbcon.db2.DRDAInputStream
row_dta, row_ref
 
Fields inherited from class java.io.FilterInputStream
in
 
Fields inherited from class java.io.InputStream
 
Constructor Summary
DRDAInputStreamX86(InputStream in)
           
 
Method Summary
 short readI2()
           
 int readI4()
           
 long readI8()
           
 
Methods inherited from class org.sourceforge.jxdbcon.db2.DRDAInputStream
readByType, readD, readFB, readFCM, readFCS, readFD, readI1, readSQLCADTA, readSQLCAGRP, readSQLCARD, readSQLCAXGRP, readSQLDAGRP, readSQLDAROW, readSQLDTAGRP, readSQLDTARD, readT, readTS, readVB, readVCM, readVCS, setDSC
 
Methods inherited from class org.sourceforge.jxutil.io.FDOCAInputStream
readByteString, readByteStringM1, readCharString, readCharStringM1, readDecimalFixedPointM0, readShortByteStringM1, readSignedBinaryInteger1, readSignedBinaryInteger2, readSignedBinaryInteger4, readSignedBinaryInteger8, readSignedBinaryIntegerPC1, readSignedBinaryIntegerPC2, readSignedBinaryIntegerPC4, readSignedBinaryIntegerPC8, readUnsignedBinaryInteger1, readUnsignedBinaryInteger2, readUnsignedBinaryInteger4, readUnsignedBinaryInteger8
 
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DRDAInputStreamX86

public DRDAInputStreamX86(InputStream in)
Method Detail

readI2

public final short readI2()
                   throws IOException
Specified by:
readI2 in class DRDAInputStream
IOException

readI4

public final int readI4()
                 throws IOException
Specified by:
readI4 in class DRDAInputStream
IOException

readI8

public final long readI8()
                  throws IOException
Specified by:
readI8 in class DRDAInputStream
IOException

jxDBCon 0.9z

Copyright © 2001,2002 Keve Müller; see LICENSE file for details.