Class cryptix.pgp.PacketHeader
All Packages Class Hierarchy This Package Previous Next Index
Class cryptix.pgp.PacketHeader
java.lang.Object
|
+----cryptix.util.Streamable
|
+----cryptix.pgp.PacketHeader
- public final class PacketHeader
- extends Streamable
-
len
-
-
lensize
-
-
type
-
-
PacketHeader(DataInput)
-
-
PacketHeader(int, int)
-
-
PacketHeader(int, int, int)
-
-
read(DataInput)
- This reads the object from the data input stream
-
toString(PacketHeader)
-
-
write(DataOutput)
- This writes the object to the data output stream
type
public int type
len
public int len
lensize
public int lensize
PacketHeader
public PacketHeader(int type_,
int len_)
PacketHeader
public PacketHeader(int type_,
int len_,
int lensize_)
PacketHeader
public PacketHeader(DataInput in) throws IOException
read
public void read(DataInput in) throws IOException
- This reads the object from the data input stream
- Overrides:
- read in class Streamable
write
public void write(DataOutput out) throws IOException
- This writes the object to the data output stream
- Overrides:
- write in class Streamable
toString
public final static String toString(PacketHeader hdr)
All Packages Class Hierarchy This Package Previous Next Index