C# 클래스 RemObjects.InternetPack.Ldap.Asn1

파일 보기 프로젝트 열기: remobjects/internetpack 1 사용 예제들

공개 메소드들

메소드 설명
Decode ( BinaryReader reader, Byte &classType, Int32 &length ) : void
DecodeInt ( BinaryReader reader, Int32 maxLength ) : Int32
DecodeUInt ( BinaryReader reader, Int32 maxLength ) : UInt32
Encode ( BinaryWriter writer, Byte classType, Int32 length ) : void

비공개 메소드들

메소드 설명
ParseAnd ( String filter, Int32 &pos, Int32 &len, RFC1960Token &tok, String &res ) : BerValue
ParseFilter ( String filter ) : BerValue
ParseFilter ( String filter, Int32 &pos, Int32 &len, RFC1960Token &tok, String &res ) : BerValue
ParseFilterList ( String filter, Int32 &pos, Int32 &len, RFC1960Token &tok, String &res ) : RemObjects.InternetPack.Ldap.BerValue[]
ParseNot ( String filter, Int32 &pos, Int32 &len, RFC1960Token &tok, String &res ) : BerValue
ParseOr ( String filter, Int32 &pos, Int32 &len, RFC1960Token &tok, String &res ) : BerValue
ParseSimple ( String filter, Int32 &pos, Int32 &len, RFC1960Token &tok, String &res ) : BerValue
ParseValue ( String filter, Int32 &pos, Int32 &len, RFC1960Token &tok, String &res ) : String
RFC1960Next ( String value, Int32 &pos, Int32 &len, RFC1960Token &tok, String &result ) : void

메소드 상세

Decode() 공개 정적인 메소드

public static Decode ( BinaryReader reader, Byte &classType, Int32 &length ) : void
reader System.IO.BinaryReader
classType Byte
length System.Int32
리턴 void

DecodeInt() 공개 정적인 메소드

public static DecodeInt ( BinaryReader reader, Int32 maxLength ) : Int32
reader System.IO.BinaryReader
maxLength System.Int32
리턴 System.Int32

DecodeUInt() 공개 정적인 메소드

public static DecodeUInt ( BinaryReader reader, Int32 maxLength ) : UInt32
reader System.IO.BinaryReader
maxLength System.Int32
리턴 System.UInt32

Encode() 공개 정적인 메소드

public static Encode ( BinaryWriter writer, Byte classType, Int32 length ) : void
writer System.IO.BinaryWriter
classType Byte
length System.Int32
리턴 void