C# 클래스 Novell.Directory.Ldap.Asn1.Asn1Length

파일 보기 프로젝트 열기: EventStore/csharp-ldap 1 사용 예제들

공개 메소드들

메소드 설명
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