|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.openpgp.PGPCompressedData
Compressed data objects.
Field Summary |
Fields inherited from interface org.bouncycastle.bcpg.CompressionAlgorithmTags |
BZIP2, UNCOMPRESSED, ZIP, ZLIB |
Constructor Summary | |
PGPCompressedData(BCPGInputStream pIn)
|
Method Summary | |
int |
getAlgorithm()
Return the algorithm used for compression |
java.io.InputStream |
getDataStream()
Return an uncompressed input stream which allows reading of the compressed data. |
java.io.InputStream |
getInputStream()
Return the raw input stream contained in the object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PGPCompressedData(BCPGInputStream pIn) throws java.io.IOException
Method Detail |
public int getAlgorithm()
public java.io.InputStream getInputStream()
public java.io.InputStream getDataStream() throws PGPException
PGPException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |