C# Class Com.Aurora.Shared.Helpers.EncodingHelper.DBCSDecoder

Inheritance: System.Text.Decoder
Afficher le fichier Open project: aurora-lzzp/Aurora-Weather

Méthodes publiques

Свойство Type Description
pendingByte byte

Méthodes publiques

Méthode Description
DBCSDecoder ( EncodingHelper encoding ) : System
GetCharCount ( byte bytes, int index, int count ) : int
GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int

Method Details

DBCSDecoder() public méthode

public DBCSDecoder ( EncodingHelper encoding ) : System
encoding EncodingHelper
Résultat System

GetCharCount() public méthode

public GetCharCount ( byte bytes, int index, int count ) : int
bytes byte
index int
count int
Résultat int

GetChars() public méthode

public GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int
bytes byte
byteIndex int
byteCount int
chars char
charIndex int
Résultat int

Property Details

pendingByte public_oe property

public byte pendingByte
Résultat byte