Create a stream representing a general packet.
Namespace: Org.BouncyCastle.BcpgAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
 Syntax
Syntax
| C# | 
|---|
| public BcpgOutputStream( Stream outStr ) | 
| Visual Basic | 
|---|
| Public Sub New ( _ outStr As Stream _ ) | 
| Visual C++ | 
|---|
| public: BcpgOutputStream( Stream^ outStr ) | 
Parameters
- outStr
- Type: System.IO..::..Stream
 Output stream to write to.





