Create a stream representing an old style partial object.
Namespace: Org.BouncyCastle.BcpgAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public BcpgOutputStream( Stream outStr, PacketTag tag ) |
| Visual Basic |
|---|
Public Sub New ( _ outStr As Stream, _ tag As PacketTag _ ) |
| Visual C++ |
|---|
public: BcpgOutputStream( Stream^ outStr, PacketTag tag ) |
Parameters
- outStr
- Type: System.IO..::..Stream
Output stream to write to.
- tag
- Type: Org.BouncyCastle.Bcpg..::..PacketTag
The packet tag for the object.