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

Constructor Index

 o CompressedData(DataInput, int)
 o CompressedData(PacketByteArray)
 o CompressedData(PacketByteArray, int)

Method Index

 o getAlgorithm()
 o getData()
 o getType()
 o read(DataInput, int)
 o setAlgorithm(int)
 o write(DataOutput)

Constructors

 o CompressedData
  public CompressedData(PacketByteArray data)
 o CompressedData
  public CompressedData(PacketByteArray data,
                        int algorithm) throws FormatException
 o CompressedData
  public CompressedData(DataInput in,
                        int length) throws IOException

Methods

 o getAlgorithm
  public int getAlgorithm()
 o setAlgorithm
  public void setAlgorithm(int algorithm) throws FormatException
 o getData
  public PacketByteArray getData()
 o read
  public void read(DataInput in,
                   int length) throws IOException, FormatException
Overrides:
read in class Packet
 o write
  public int write(DataOutput out) throws IOException
Overrides:
write in class Packet
 o getType
  public int getType()
Overrides:
getType in class Packet

All Packages  Class Hierarchy  This Package  Previous  Next  Index