jxDBCon 0.9z

org.sourceforge.jxdbcon.db2
Class DRDAInputStream

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

public abstract class DRDAInputStream
extends FDOCAInputStream


Nested Class Summary
static class DRDAInputStream.SQLCADTA
           
static class DRDAInputStream.SQLCAGRP
           
static class DRDAInputStream.SQLCAXGRP
           
static class DRDAInputStream.SQLDAGRP
           
static class DRDAInputStream.SQLDTAGRP
           
 
Field Summary
(package private)  int[] row_dta
           
(package private)  int[] row_ref
           
 
Fields inherited from class java.io.FilterInputStream
in
 
Fields inherited from class java.io.InputStream
 
Constructor Summary
DRDAInputStream(InputStream in)
           
 
Method Summary
 Object readByType(int type, int mod)
           
 String readD(int len)
           
 byte[] readFB(int len)
           
 String readFCM(int len)
           
 String readFCS(int len)
           
 BigDecimal readFD(int len)
           
 byte readI1()
           
abstract  short readI2()
           
abstract  int readI4()
           
abstract  long readI8()
           
 DRDAInputStream.SQLCADTA readSQLCADTA()
           
 DRDAInputStream.SQLCAGRP readSQLCAGRP()
           
 DRDAInputStream.SQLCAGRP readSQLCARD()
           
 DRDAInputStream.SQLCAXGRP readSQLCAXGRP()
           
 DRDAInputStream.SQLDAGRP readSQLDAGRP()
           
 DRDAInputStream.SQLDAGRP[] readSQLDAROW()
           
 DRDAInputStream.SQLDTAGRP readSQLDTAGRP()
           
 DRDAInputStream.SQLCADTA[] readSQLDTARD()
           
 String readT(int len)
           
 String readTS(int len)
           
 byte[] readVB(int maxlen)
           
 String readVCM(int maxlen)
           
 String readVCS(int maxlen)
           
 void setDSC(byte[] buf)
           
 
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
 

Field Detail

row_dta

int[] row_dta

row_ref

int[] row_ref
Constructor Detail

DRDAInputStream

public DRDAInputStream(InputStream in)
Method Detail

readByType

public Object readByType(int type,
                         int mod)
                  throws IOException
IOException

readD

public final String readD(int len)
                   throws IOException
IOException

readFB

public final byte[] readFB(int len)
                    throws IOException
IOException

readFCM

public final String readFCM(int len)
                     throws IOException
IOException

readFCS

public final String readFCS(int len)
                     throws IOException
IOException

readFD

public final BigDecimal readFD(int len)
                        throws IOException
IOException

readI1

public final byte readI1()
                  throws IOException
IOException

readI2

public abstract short readI2()
                      throws IOException
IOException

readI4

public abstract int readI4()
                    throws IOException
IOException

readI8

public abstract long readI8()
                     throws IOException
IOException

readSQLCADTA

public DRDAInputStream.SQLCADTA readSQLCADTA()
                                      throws IOException
IOException

readSQLCAGRP

public DRDAInputStream.SQLCAGRP readSQLCAGRP()
                                      throws IOException
IOException

readSQLCARD

public DRDAInputStream.SQLCAGRP readSQLCARD()
                                     throws IOException
IOException

readSQLCAXGRP

public DRDAInputStream.SQLCAXGRP readSQLCAXGRP()
                                        throws IOException
IOException

readSQLDAGRP

public DRDAInputStream.SQLDAGRP readSQLDAGRP()
                                      throws IOException
IOException

readSQLDAROW

public DRDAInputStream.SQLDAGRP[] readSQLDAROW()
                                        throws IOException
IOException

readSQLDTAGRP

public DRDAInputStream.SQLDTAGRP readSQLDTAGRP()
                                        throws IOException
IOException

readSQLDTARD

public DRDAInputStream.SQLCADTA[] readSQLDTARD()
                                        throws IOException
IOException

readT

public final String readT(int len)
                   throws IOException
IOException

readTS

public final String readTS(int len)
                    throws IOException
IOException

readVB

public final byte[] readVB(int maxlen)
                    throws IOException
IOException

readVCM

public final String readVCM(int maxlen)
                     throws IOException
IOException

readVCS

public final String readVCS(int maxlen)
                     throws IOException
IOException

setDSC

public void setDSC(byte[] buf)

jxDBCon 0.9z

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