FreeHEP API
Version current

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

Method Summary
 void read(XDRDataInput in)
           
 void write(XDRDataOutput out)
           
 

Method Detail

read

public void read(XDRDataInput in)
          throws IOException
Throws:
IOException

write

public void write(XDRDataOutput out)
           throws IOException
Throws:
IOException

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.