Class cryptix.pgp.CompressedData
All Packages Class Hierarchy This Package Previous Next Index
Class cryptix.pgp.CompressedData
java.lang.Object
|
+----cryptix.pgp.Packet
|
+----cryptix.pgp.CompressedData
- public final class CompressedData
- extends Packet
- implements Algorithm
- Author:
- Jill Baker
-
CompressedData(DataInput, int)
-
-
CompressedData(PacketByteArray)
-
-
CompressedData(PacketByteArray, int)
-
-
getAlgorithm()
-
-
getData()
-
-
getType()
-
-
read(DataInput, int)
-
-
setAlgorithm(int)
-
-
write(DataOutput)
-
CompressedData
public CompressedData(PacketByteArray data)
CompressedData
public CompressedData(PacketByteArray data,
int algorithm) throws FormatException
CompressedData
public CompressedData(DataInput in,
int length) throws IOException
getAlgorithm
public int getAlgorithm()
setAlgorithm
public void setAlgorithm(int algorithm) throws FormatException
getData
public PacketByteArray getData()
read
public void read(DataInput in,
int length) throws IOException, FormatException
- Overrides:
- read in class Packet
write
public int write(DataOutput out) throws IOException
- Overrides:
- write in class Packet
getType
public int getType()
- Overrides:
- getType in class Packet
All Packages Class Hierarchy This Package Previous Next Index