Initializes a new instance of the WrappedGeneratorStream class
Namespace: Org.BouncyCastle.Bcpg.OpenPgpAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public WrappedGeneratorStream( IStreamGenerator gen, Stream str ) |
| Visual Basic |
|---|
Public Sub New ( _ gen As IStreamGenerator, _ str As Stream _ ) |
| Visual C++ |
|---|
public: WrappedGeneratorStream( IStreamGenerator^ gen, Stream^ str ) |
Parameters
- str
- Type: System.IO..::..Stream