C# Class RemObjects.InternetPack.Ldap.BerString

Inheritance: BerValue
Show file Open project: remobjects/internetpack Class Usage Examples

Public Methods

Method Description
BerString ( ) : System
BerString ( Byte typeTag, String value ) : System
ToString ( ) : String

Protected Methods

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

Method Details

BerString() public method

public BerString ( ) : System
return System

BerString() public method

public BerString ( Byte typeTag, String value ) : System
typeTag Byte
value String
return System

IntRead() protected method

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

IntWrite() protected method

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

ToString() public method

public ToString ( ) : String
return String