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

Inheritance: IEncoder
Afficher le fichier Open project: Nethereum/Nethereum

Protected Properties

Свойство Type Description
decodingTable byte[]
encodingTable byte[]

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
InitialiseDecodingTable ( ) : void

Private Methods

Méthode Description
Ignore ( char c ) : bool

Method Details

Decode() public méthode

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

DecodeString() public méthode

public DecodeString ( string data, Stream outStream ) : int
data string
outStream System.IO.Stream
Résultat int

Encode() public méthode

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

HexEncoder() public méthode

public HexEncoder ( ) : System.IO
Résultat System.IO

InitialiseDecodingTable() protected méthode

protected InitialiseDecodingTable ( ) : void
Résultat void

Property Details

decodingTable protected_oe property

protected byte[] decodingTable
Résultat byte[]

encodingTable protected_oe property

protected byte[] encodingTable
Résultat byte[]