public static interface OpenPGPMessageOutputStream.OutputStreamFactory
Modifier and Type | Method and Description |
---|---|
java.io.OutputStream |
get(java.io.OutputStream base)
Wrap the given base stream with another
OutputStream and return the result. |
java.io.OutputStream get(java.io.OutputStream base) throws PGPException, java.io.IOException
OutputStream
and return the result.base
- base output streamPGPException
- if the wrapping stream cannot be instantiatedjava.io.IOException