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
Field Summary |
(package private) int[] |
row_dta
|
(package private) int[] |
row_ref
|
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.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
row_dta
int[] row_dta
row_ref
int[] row_ref
DRDAInputStream
public DRDAInputStream(InputStream in)
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)
Copyright © 2001,2002 Keve Müller; see LICENSE file for details.