C# Класс Novell.Directory.Ldap.Asn1.Asn1Length

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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()

Описание методов

Asn1Length() публичный Метод

Constructs an empty Asn1Length. Values are added by calling reset
public Asn1Length ( ) : System
Результат System

Asn1Length() публичный Метод

Constructs an Asn1Length object by decoding data from an input stream.
public Asn1Length ( System in_Renamed ) : System
in_Renamed System
Результат System

Asn1Length() публичный Метод

Constructs an Asn1Length
public Asn1Length ( int length ) : System
length int
Результат System

reset() публичный Метод

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
Результат void