org.firebirdsql.gds
Class XdrInputStream

java.lang.Object
  extended byorg.firebirdsql.gds.XdrInputStream

public final class XdrInputStream
extends java.lang.Object

Describe class XdrInputStream here.

Version:
1.0
Author:
Alejandro Alberola, David Jencks

Constructor Summary
XdrInputStream(java.io.InputStream in)
           
 
Method Summary
 void close()
           
 int read()
           
 byte[] readBuffer()
           
 void readFully(byte[] b, int off, int len)
           
 int readInt()
           
 long readLong()
           
 void readSQLData(int[] ioLength, org.firebirdsql.jgds.isc_stmt_handle_impl stmt)
           
 java.lang.String readString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XdrInputStream

public XdrInputStream(java.io.InputStream in)
Method Detail

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.