hep.io.xdr
Interface XDRSerializable
- All Known Implementing Classes:
- MCFIOBlock
- public interface XDRSerializable
An interface to be implemented by objects than
can be read and written using XDR
- Version:
- $Id: XDRSerializable.java,v 1.3 2003/09/16 23:11:55 tonyj Exp $
- Author:
- Tony Johnson (tonyj@slac.stanford.edu)
- Source Code:
- XDRSerializable.java
read
public void read(XDRDataInput in)
throws IOException
- Throws:
IOException
write
public void write(XDRDataOutput out)
throws IOException
- Throws:
IOException
Copyright © 2000-2004 FreeHEP, All Rights Reserved.