Create a stream representing a general packet.

Namespace: Org.BouncyCastle.Bcpg
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Collapse imageSyntax

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.

Collapse imageSee Also