org.firebirdsql.gds.impl.wire
Class WireXdrInputStream
java.lang.Object
org.firebirdsql.gds.impl.wire.XdrInputStream
org.firebirdsql.gds.impl.wire.WireXdrInputStream
public class WireXdrInputStream
- extends XdrInputStream
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WireXdrInputStream
public WireXdrInputStream()
WireXdrInputStream
public WireXdrInputStream(InputStream in)
readBuffer
public int readBuffer(isc_db_handle_impl dbHandle)
throws IOException
- Throws:
IOException
Copyright © 2001-2010. All Rights Reserved.