public interface Xdrable
Xdrable represents an object that can read
 and write itself from a strean in the xdr format used by the firebird 
 engine.| Modifier and Type | Method and Description | 
|---|---|
| int | getLength()Get the total length (in bytes) of this  Xdrablewhen it
 is written to XDR format. | 
| void | read(XdrInputStream in,
    int length)Read in  Xdrablein XDR format, from anXdrInputStream. | 
| void | write(XdrOutputStream out)Write the this  Xdrableout in XDR format to
 anXdrOutputStream. | 
int getLength()
Xdrable when it
 is written to XDR format.void read(XdrInputStream in, int length) throws java.io.IOException
Xdrable in XDR format, from an 
 XdrInputStream.in - The input stream from which the object is to be read.length - The number of bytes to be readjava.io.IOException - if an error occurs while reading from 
         the XdrInputStreamvoid write(XdrOutputStream out) throws java.io.IOException
Xdrable out in XDR format to
 an XdrOutputStream.out - The output stream to which the Xdrable is 
        to be writtenjava.io.IOException - if an error occurs while writing to the
         XdrOutputStreamCopyright © 2001-2022 Jaybird (Firebird JDBC/JCA) team. All rights reserved.