Class java.math.MPI
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.math.MPI

java.math.MPI

public final class MPI
This class is used to read and write MPI big integers.

Copyright (C) 1995, 1996 Systemics Ltd (http://www.systemics.com/) All rights reserved.


Constructor Index

 o MPI()

Method Index

 o read(DataInput)
 o write(DataOutput, BigInteger)

Constructors

 o MPI
  public MPI()

Methods

 o read
  public final static BigInteger read(DataInput in) throws IOException
 o write
  public final static void write(DataOutput out,
                                 BigInteger bigInt) throws IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index