Initializes a new instance of the LazyAsn1InputStream class
Namespace: Org.BouncyCastle.Asn1Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public LazyAsn1InputStream( Stream inputStream ) |
| Visual Basic |
|---|
Public Sub New ( _ inputStream As Stream _ ) |
| Visual C++ |
|---|
public: LazyAsn1InputStream( Stream^ inputStream ) |
Parameters
- inputStream
- Type: System.IO..::..Stream