C# Class NBitcoin.BouncyCastle.Utilities.Encoders.HexEncoder

Inheritance: IEncoder
ファイルを表示 Open project: Nethereum/Nethereum

Protected Properties

Property Type Description
decodingTable byte[]
encodingTable byte[]

Public Methods

Method Description
Decode ( byte data, int off, int length, Stream outStream ) : int
DecodeString ( string data, Stream outStream ) : int
Encode ( byte data, int off, int length, Stream outStream ) : int
HexEncoder ( ) : System.IO

Protected Methods

Method Description
InitialiseDecodingTable ( ) : void

Private Methods

Method Description
Ignore ( char c ) : bool

Method Details

Decode() public method

public Decode ( byte data, int off, int length, Stream outStream ) : int
data byte
off int
length int
outStream System.IO.Stream
return int

DecodeString() public method

public DecodeString ( string data, Stream outStream ) : int
data string
outStream System.IO.Stream
return int

Encode() public method

public Encode ( byte data, int off, int length, Stream outStream ) : int
data byte
off int
length int
outStream System.IO.Stream
return int

HexEncoder() public method

public HexEncoder ( ) : System.IO
return System.IO

InitialiseDecodingTable() protected method

protected InitialiseDecodingTable ( ) : void
return void

Property Details

decodingTable protected_oe property

protected byte[] decodingTable
return byte[]

encodingTable protected_oe property

protected byte[] encodingTable
return byte[]