Initializes a new instance of the CmsTypedStream class

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

Syntax

C#
public CmsTypedStream(
	string oid,
	Stream inStream,
	int bufSize
)
Visual Basic
Public Sub New ( _
	oid As String, _
	inStream As Stream, _
	bufSize As Integer _
)
Visual C++
public:
CmsTypedStream(
	String^ oid, 
	Stream^ inStream, 
	int bufSize
)

Parameters

oid
Type: System..::..String
inStream
Type: System.IO..::..Stream
bufSize
Type: System..::..Int32

See Also