C# Class RemObjects.InternetPack.Ldap.BerInteger

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

Public Methods

Method Description
BerInteger ( ) : System
BerInteger ( Int32 val ) : System
ToString ( ) : String

Protected Methods

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

Method Details

BerInteger() public method

public BerInteger ( ) : System
return System

BerInteger() public method

public BerInteger ( Int32 val ) : System
val System.Int32
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