Bouncy Castle Cryptography 1.23

org.bouncycastle.bcpg
Class InputStreamPacket

java.lang.Object
  |
  +--org.bouncycastle.bcpg.Packet
        |
        +--org.bouncycastle.bcpg.InputStreamPacket
Direct Known Subclasses:
CompressedDataPacket, LiteralDataPacket, SymmetricEncDataPacket, SymmetricEncIntegrityPacket

public class InputStreamPacket
extends Packet


Constructor Summary
InputStreamPacket(BCPGInputStream in)
           
 
Method Summary
 BCPGInputStream getInputStream()
          Note: you can only read from this once...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputStreamPacket

public InputStreamPacket(BCPGInputStream in)
Method Detail

getInputStream

public BCPGInputStream getInputStream()
Note: you can only read from this once...
Returns:
the InputStream

Bouncy Castle Cryptography 1.23