hep.io.xdr
Interface XDRSerializable


public interface XDRSerializable

An interface to be implemented by objects that can be read and written using XDR

Version:
$Id: XDRSerializable.java 9148 2006-10-16 19:41:28Z tonyj $
Author:
Tony Johnson (tonyj@slac.stanford.edu)

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

Method Detail

read

void read(XDRDataInput in)
          throws IOException
Throws:
IOException

write

void write(XDRDataOutput out)
           throws IOException
Throws:
IOException


Copyright © 2000-2006 FreeHEP. All Rights Reserved.