Property | Type | Description | |
---|---|---|---|
decodingTable | byte[] | ||
encodingTable | byte[] |
Method | Description | |
---|---|---|
Decode ( byte data, int off, int length, |
||
DecodeString ( string data, |
||
Encode ( byte data, int off, int length, |
||
HexEncoder ( ) : System.IO |
Method | Description | |
---|---|---|
InitialiseDecodingTable ( ) : void |
Method | Description | |
---|---|---|
Ignore ( char c ) : bool |
public Decode ( byte data, int off, int length, |
||
data | byte | |
off | int | |
length | int | |
outStream | ||
return | int |
public DecodeString ( string data, |
||
data | string | |
outStream | ||
return | int |
public Encode ( byte data, int off, int length, |
||
data | byte | |
off | int | |
length | int | |
outStream | ||
return | int |