All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class benno.openpgp.ByteStream

java.lang.Object
   |
   +----benno.openpgp.ByteStream

public class ByteStream
extends Object

Constructor Index

 o ByteStream(byte[])
 o ByteStream(InputStream)
 o ByteStream(Packet)

Method Index

 o read2Octet()
 o read4Octet()
 o readByte()
 o readMPI()
 o readOctet()

Constructors

 o ByteStream
 public ByteStream(byte d[])
 o ByteStream
 public ByteStream(Packet p)
 o ByteStream
 public ByteStream(InputStream i)

Methods

 o readMPI
 public BigInteger readMPI() throws PacketException
 o read2Octet
 public int read2Octet() throws PacketException
 o read4Octet
 public long read4Octet() throws PacketException
 o readOctet
 public int readOctet() throws PacketException
 o readByte
 public byte readByte() throws PacketException

All Packages  Class Hierarchy  This Package  Previous  Next  Index