Generic routine to copy out the data we want processed.

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

Syntax

C#
void Write(
	Stream outStream
)
Visual Basic
Sub Write ( _
	outStream As Stream _
)
Visual C++
void Write(
	Stream^ outStream
)

Parameters

outStream
Type: System.IO..::..Stream

Remarks

This routine may be called multiple times.

See Also