Class cryptix.pgp.PacketFactory
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cryptix.pgp.PacketFactory

java.lang.Object
   |
   +----cryptix.pgp.PacketFactory

public final class PacketFactory
extends Object
Author:
Original author not stated, Jill Baker

Copyright © 1995, 1996, 1997 Systemics Ltd on behalf of the Cryptix Development Team. All rights reserved.


Method Index

 o load(byte[])
 o read(DataInput)
 o save(Packet)
 o write(DataOutput, Packet)

Methods

 o read
  public final static Packet read(DataInput in) throws IOException
 o write
  public final static void write(DataOutput out,
                                 Packet pkt) throws IOException
 o save
  public final static byte[] save(Packet pkt) throws IOException
 o load
  public final static Packet load(byte buf[]) throws IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index