C# Class Portable.Text.UTF8Encoding.UTF8Encoder

Inheritance: Encoder
Afficher le fichier Open project: jstedfast/Portable.Text.Encoding

Méthodes publiques

Méthode Description
GetByteCount ( char chars, int index, int count, bool flush ) : int
GetBytes ( char chars, int charIndex, int charCount, byte bytes, int byteIndex, bool flush ) : int
UTF8Encoder ( EncoderFallback fallback, bool emitIdentifier ) : System

Method Details

GetByteCount() public méthode

public GetByteCount ( char chars, int index, int count, bool flush ) : int
chars char
index int
count int
flush bool
Résultat int

GetBytes() public méthode

public GetBytes ( char chars, int charIndex, int charCount, byte bytes, int byteIndex, bool flush ) : int
chars char
charIndex int
charCount int
bytes byte
byteIndex int
flush bool
Résultat int

UTF8Encoder() public méthode

public UTF8Encoder ( EncoderFallback fallback, bool emitIdentifier ) : System
fallback EncoderFallback
emitIdentifier bool
Résultat System