All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----cryptix.util.Streamable | +----cryptix.pgp.PacketHeader
Copyright © 1995-1997
Systemics Ltd on behalf of the
Cryptix Development Team.
All rights reserved.
$Revision: 1.1.1.1 $
public int type
public int len
public int lensize
public PacketHeader(int type, int len)
public PacketHeader(int type, int len, int lensize)
public PacketHeader(DataInput in) throws IOException
public void read(DataInput in) throws IOException
public void write(DataOutput out) throws IOException
public static String toString(PacketHeader hdr)
All Packages Class Hierarchy This Package Previous Next Index