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

Afficher le fichier Open project: EventStore/csharp-ldap Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

Asn1Length() public méthode

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

Asn1Length() public méthode

Constructs an Asn1Length
public Asn1Length ( int length ) : System
length int
Résultat System

reset() public méthode

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
Résultat void