C# Class System.Text.SuperEncoding.SuperDecoder

Inheritance: Decoder
Afficher le fichier Open project: chenrensong/Encoding.UWP

Méthodes publiques

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

Méthodes publiques

Méthode Description
GetCharCount ( byte bytes, int index, int count ) : int
GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int
SuperDecoder ( SuperEncoding encoding ) : System.Collections.Generic

Method Details

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

SuperDecoder() public méthode

public SuperDecoder ( SuperEncoding encoding ) : System.Collections.Generic
encoding SuperEncoding
Résultat System.Collections.Generic

Property Details

pendingByte public_oe property

public byte pendingByte
Résultat byte