FreeHEP API
Version v1.1

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.2 2000/10/25 19:55:49 tonyj Exp $
Author:
Tony Johnson (tonyj@slac.stanford.edu)

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

Method Detail

read

public void read(XDRDataInput in)
          throws IOException
IOException

write

public void write(XDRDataOutput out)
           throws IOException
IOException

FreeHEP API
Version v1.1

Copyright © 2000-2002 FreeHEP, All Rights Reserved.