C# 클래스 NBitcoin.BouncyCastle.Utilities.Encoders.HexEncoder

상속: IEncoder
파일 보기 프로젝트 열기: Nethereum/Nethereum

보호된 프로퍼티들

프로퍼티 타입 설명
decodingTable byte[]
encodingTable byte[]

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
InitialiseDecodingTable ( ) : void

비공개 메소드들

메소드 설명
Ignore ( char c ) : bool

메소드 상세

Decode() 공개 메소드

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

DecodeString() 공개 메소드

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

Encode() 공개 메소드

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

HexEncoder() 공개 메소드

public HexEncoder ( ) : System.IO
리턴 System.IO

InitialiseDecodingTable() 보호된 메소드

protected InitialiseDecodingTable ( ) : void
리턴 void

프로퍼티 상세

decodingTable 보호되어 있는 프로퍼티

protected byte[] decodingTable
리턴 byte[]

encodingTable 보호되어 있는 프로퍼티

protected byte[] encodingTable
리턴 byte[]