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

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

공개 메소드들

메소드 설명
GetObjectData ( System info, System context ) : void
LBERDecoder ( ) : System
decode ( System in_Renamed ) : Asn1Object

Decode an LBER encoded value into an Asn1Type from an InputStream.

decode ( System in_Renamed, int len ) : Asn1Object

Decode an LBER encoded value into an Asn1Object from an InputStream. This method also returns the total length of this encoded Asn1Object (length of type + length of length + length of content) in the parameter len. This information is helpful when decoding structured types.

decodeBoolean ( System in_Renamed, int len ) : Object

Decode a boolean directly from a stream.

decodeCharacterString ( System in_Renamed, int len ) : Object

Decode a CharacterString directly from a stream.

decodeNumeric ( System in_Renamed, int len ) : Object

Decode a Numeric type directly from a stream. Decodes INTEGER and ENUMERATED types.

decodeOctetString ( System in_Renamed, int len ) : Object

Decode an OctetString directly from a stream.

비공개 메소드들

메소드 설명
InitBlock ( ) : void
decode ( sbyte value_Renamed ) : Asn1Object

메소드 상세

GetObjectData() 공개 메소드

public GetObjectData ( System info, System context ) : void
info System
context System
리턴 void

LBERDecoder() 공개 메소드

public LBERDecoder ( ) : System
리턴 System

decode() 공개 메소드

Decode an LBER encoded value into an Asn1Type from an InputStream.
public decode ( System in_Renamed ) : Asn1Object
in_Renamed System
리턴 Asn1Object

decode() 공개 메소드

Decode an LBER encoded value into an Asn1Object from an InputStream. This method also returns the total length of this encoded Asn1Object (length of type + length of length + length of content) in the parameter len. This information is helpful when decoding structured types.
public decode ( System in_Renamed, int len ) : Asn1Object
in_Renamed System
len int
리턴 Asn1Object

decodeBoolean() 공개 메소드

Decode a boolean directly from a stream.
public decodeBoolean ( System in_Renamed, int len ) : Object
in_Renamed System
len int
리턴 System.Object

decodeCharacterString() 공개 메소드

Decode a CharacterString directly from a stream.
public decodeCharacterString ( System in_Renamed, int len ) : Object
in_Renamed System
len int
리턴 System.Object

decodeNumeric() 공개 메소드

Decode a Numeric type directly from a stream. Decodes INTEGER and ENUMERATED types.
public decodeNumeric ( System in_Renamed, int len ) : Object
in_Renamed System
len int
리턴 System.Object

decodeOctetString() 공개 메소드

Decode an OctetString directly from a stream.
public decodeOctetString ( System in_Renamed, int len ) : Object
in_Renamed System
len int
리턴 System.Object