Uses of Class
org.firebirdsql.gds.impl.wire.XdrInputStream

Packages that use XdrInputStream
org.firebirdsql.gds.impl.wire   
 

Uses of XdrInputStream in org.firebirdsql.gds.impl.wire
 

Subclasses of XdrInputStream in org.firebirdsql.gds.impl.wire
 class WireXdrInputStream
          Improved version of the XdrInputStream that can read some data directly in isc_db_handle_impl object, this reduces garbage produced by the similar method in superclass.
 

Fields in org.firebirdsql.gds.impl.wire declared as XdrInputStream
 XdrInputStream isc_svc_handle_impl.in
           
 

Methods in org.firebirdsql.gds.impl.wire with parameters of type XdrInputStream
 void ParameterBufferBase.read(XdrInputStream inputStream, int length)
           
 void Xdrable.read(XdrInputStream in, int length)
          Read in Xdrable in XDR format, from an XdrInputStream.
 



Copyright © 2001-2010. All Rights Reserved.