org.firebirdsql.gds
Class XdrInputStream
java.lang.Object
org.firebirdsql.gds.XdrInputStream
- public final class XdrInputStream
- extends java.lang.Object
Describe class XdrInputStream
here.
- Version:
- 1.0
- Author:
- Alejandro Alberola, David Jencks
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XdrInputStream
public XdrInputStream(java.io.InputStream in)
readBuffer
public byte[] readBuffer()
throws java.io.IOException
- Throws:
java.io.IOException
readString
public java.lang.String readString()
throws java.io.IOException
- Throws:
java.io.IOException
readSQLData
public void readSQLData(int[] ioLength,
org.firebirdsql.jgds.isc_stmt_handle_impl stmt)
throws java.io.IOException
- Throws:
java.io.IOException
readLong
public final long readLong()
throws java.io.IOException
- Throws:
java.io.IOException
readInt
public int readInt()
throws java.io.IOException
- Throws:
java.io.IOException
readFully
public final void readFully(byte[] b,
int off,
int len)
throws java.io.IOException
- Throws:
java.io.IOException
read
public int read()
throws java.io.IOException
- Throws:
java.io.IOException
close
public void close()
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2001 David Jencks and other authors. All rights reserved.