Class cryptix.pgp.LiteralData
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cryptix.pgp.LiteralData

java.lang.Object
   |
   +----cryptix.pgp.Packet
           |
           +----cryptix.pgp.LiteralData

public final class LiteralData
extends Packet

Constructor Index

 o LiteralData(byte[])
 o LiteralData(byte[], String, char)
 o LiteralData(DataInput, int)

Method Index

 o data()
 o filename()
 o getBuffer()
 o getType()
 o mode()
 o modeIsBinary()
 o modeIsText()
 o read(DataInput, int)
 o timestamp()
 o write(DataOutput)

Constructors

 o LiteralData
  public LiteralData(byte data[])
 o LiteralData
  public LiteralData(byte data[],
                     String filename0,
                     char mode0)
 o LiteralData
  public LiteralData(DataInput in,
                     int length) throws IOException

Methods

 o timestamp
  public Date timestamp()
 o filename
  public String filename()
 o mode
  public char mode()
 o modeIsText
  public boolean modeIsText()
 o modeIsBinary
  public boolean modeIsBinary()
 o getBuffer
  public byte[] getBuffer()
 o data
  public byte[] data()
 o read
  public void read(DataInput in,
                   int length) throws IOException
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