Method | Description | |
---|---|---|
Binary ( OtpInputStream buf ) : System | ||
Binary ( System o ) : System | ||
Binary ( byte bin ) : System | ||
Equals ( System o ) : bool | ||
GetHashCode ( ) : int | ||
ToBinaryString ( ) : string |
Returns binary representation of the string encoded as <<...>>
|
|
ToBinaryString ( byte buf, int start, int count ) : string |
Returns binary representation of the string encoded as <<...>>
|
|
ToString ( ) : System.String | ||
binaryValue ( ) : byte[] | ||
clone ( ) : |
||
encode ( OtpOutputStream buf ) : void | ||
getObject ( ) : |
||
size ( ) : int |
Method | Description | |
---|---|---|
fromByteArray ( byte buf ) : |
||
toByteArray ( System o ) : byte[] |
public Binary ( OtpInputStream buf ) : System | ||
buf | OtpInputStream | |
return | System |
static public ToBinaryString ( byte buf, int start, int count ) : string | ||
buf | byte | |
start | int | |
count | int | |
return | string |