org.firebirdsql.gds
Interface Xdrable
- public interface Xdrable
The interface Xdrable
represents an object that can read
and write itself from a strean in the xdr format used by the firebird
engine..
- Version:
- 1.0
- Author:
- David Jencks
getLength
public int getLength()
read
public void read(XdrInputStream in,
int length)
throws java.io.IOException
- Throws:
java.io.IOException
write
public void write(XdrOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2001 David Jencks and other authors. All rights reserved.