C# Class Novell.Directory.Ldap.Asn1.Asn1Length

Show file Open project: EventStore/csharp-ldap Class Usage Examples

Public Methods

Method Description
Asn1Length ( ) : System

Constructs an empty Asn1Length. Values are added by calling reset

Asn1Length ( System in_Renamed ) : System

Constructs an Asn1Length object by decoding data from an input stream.

Asn1Length ( int length ) : System

Constructs an Asn1Length

reset ( System in_Renamed ) : void

Resets an Asn1Length object by decoding data from an input stream. Note: this was added for optimization of Asn1.LBERdecoder.decode()

Method Details

Asn1Length() public method

Constructs an empty Asn1Length. Values are added by calling reset
public Asn1Length ( ) : System
return System

Asn1Length() public method

Constructs an Asn1Length object by decoding data from an input stream.
public Asn1Length ( System in_Renamed ) : System
in_Renamed System
return System

Asn1Length() public method

Constructs an Asn1Length
public Asn1Length ( int length ) : System
length int
return System

reset() public method

Resets an Asn1Length object by decoding data from an input stream. Note: this was added for optimization of Asn1.LBERdecoder.decode()
public reset ( System in_Renamed ) : void
in_Renamed System
return void