Package hep.io.xdr

A pure Java implementation of the XDR format.

See:
          Description

Interface Summary
XDRDataInput An interface implemented by input streams that support XDR.
XDRDataOutput An interface implemented by output streams that support XDR.
XDRSerializable An interface to be implemented by objects that can be read and written using XDR
 

Class Summary
XDRInputStream A class for reading XDR files.
XDROutputStream A class for writing XDR files.
XDRRandomAccessFile A random access file for use with XDR.
 

Package hep.io.xdr Description

A pure Java implementation of the XDR format.

@Status Stable.



Copyright © 2000-2006 FreeHEP. All Rights Reserved.