Interface OpenPGPMessageGenerator.ArmoredOutputStreamFactory
- All Superinterfaces:
OpenPGPMessageOutputStream.OutputStreamFactory
- Enclosing class:
OpenPGPMessageGenerator
public static interface OpenPGPMessageGenerator.ArmoredOutputStreamFactory
extends OpenPGPMessageOutputStream.OutputStreamFactory
-
Method Summary
Modifier and TypeMethodDescriptionget(OutputStream out) Wrap the given base stream with anotherOutputStreamand return the result.
-
Method Details
-
get
Description copied from interface:OpenPGPMessageOutputStream.OutputStreamFactoryWrap the given base stream with anotherOutputStreamand return the result.- Specified by:
getin interfaceOpenPGPMessageOutputStream.OutputStreamFactory- Parameters:
out- base output stream- Returns:
- wrapped output stream
-