All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----cryptix.pgp.Packet | +----cryptix.pgp.LiteralData
Copyright © 1995-1997
Systemics Ltd on behalf of the
Cryptix Development Team.
All rights reserved.
$Revision: 1.1.1.1 $
public LiteralData(byte data[])
public LiteralData(byte data[], String filename, char mode)
public LiteralData(DataInput in, int length) throws IOException
public Date timestamp()
public String filename()
public char mode()
public boolean modeIsText()
public boolean modeIsBinary()
public byte[] getBuffer()
public byte[] data()
public void read(DataInput in, int length) throws IOException
public int write(DataOutput out) throws IOException
public int getType()
All Packages Class Hierarchy This Package Previous Next Index