C# Class CSharpRTMP.Common.BigIntegerShell

Show file Open project: langhuihui/csharprtmp Class Usage Examples

Public Properties

Property Type Description
Length int
Offset int

Public Methods

Method Description
BigIntegerShell ( BigInteger bi, int offset, int length ) : System
operator ( ) : BigInteger
this ( int pos ) : uint

Method Details

BigIntegerShell() public method

public BigIntegerShell ( BigInteger bi, int offset, int length ) : System
bi BigInteger
offset int
length int
return System

operator() public static method

public static operator ( ) : BigInteger
return BigInteger

this() public method

public this ( int pos ) : uint
pos int
return uint

Property Details

Length public property

public int Length
return int

Offset public property

public int Offset
return int