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( byte[] input )  | 
| Visual Basic | 
|---|
Public Sub New ( _ input As Byte() _ )  | 
| Visual C++ | 
|---|
public: LazyAsn1InputStream( array<unsigned char>^ input )  | 
Parameters
- input
 - Type: array<System..::..Byte>[]()[][]