Class cryptix.pgp.Comment
All Packages Class Hierarchy This Package Previous Next Index
Class cryptix.pgp.Comment
java.lang.Object
|
+----cryptix.pgp.Packet
|
+----cryptix.pgp.Comment
- public final class Comment
- extends Packet
-
data
-
-
Comment(DataInput, int)
-
-
Comment(String)
-
-
getDefaultLengthSpecifier()
-
-
getType()
-
-
read(DataInput, int)
-
-
toString()
-
-
write(DataOutput)
-
data
protected String data
Comment
public Comment(String comment)
Comment
public Comment(DataInput in,
int length) throws IOException
read
public void read(DataInput in,
int length) throws IOException
- Overrides:
- read in class Packet
write
public int write(DataOutput out) throws IOException
- Overrides:
- write in class Packet
toString
public String toString()
- Overrides:
- toString in class Object
getType
public int getType()
- Overrides:
- getType in class Packet
getDefaultLengthSpecifier
public int getDefaultLengthSpecifier()
- Overrides:
- getDefaultLengthSpecifier in class Packet
All Packages Class Hierarchy This Package Previous Next Index