C# Class RemObjects.InternetPack.Ldap.BerValue

Mostra file Open project: remobjects/internetpack Class Usage Examples

Public Methods

Method Description
Read ( BinaryReader reader ) : BerValue
Read ( BinaryReader reader, Int32 length, Byte code ) : BerValue
Read ( Byte val, Int32 len, Byte code ) : BerValue
Write ( BinaryWriter writer ) : void

Protected Methods

Method Description
BerValue ( ) : System
IntRead ( BinaryReader reader, Byte code, Int32 length ) : void
IntWrite ( BinaryWriter writer ) : void

Method Details

BerValue() protected method

protected BerValue ( ) : System
return System

IntRead() protected abstract method

protected abstract IntRead ( BinaryReader reader, Byte code, Int32 length ) : void
reader System.IO.BinaryReader
code Byte
length System.Int32
return void

IntWrite() protected abstract method

protected abstract IntWrite ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
return void

Read() public static method

public static Read ( BinaryReader reader ) : BerValue
reader System.IO.BinaryReader
return BerValue

Read() public static method

public static Read ( BinaryReader reader, Int32 length, Byte code ) : BerValue
reader System.IO.BinaryReader
length System.Int32
code Byte
return BerValue

Read() public static method

public static Read ( Byte val, Int32 len, Byte code ) : BerValue
val Byte
len System.Int32
code Byte
return BerValue

Write() public method

public Write ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
return void