Initializes a new instance of the PushbackStream class

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

Syntax

C#
public PushbackStream(
	Stream s
)
Visual Basic
Public Sub New ( _
	s As Stream _
)
Visual C++
public:
PushbackStream(
	Stream^ s
)

Parameters

s
Type: System.IO..::..Stream

See Also