C# Class System.Text.Encoding.ForwardingEncoder

Inheritance: Encoder
Afficher le fichier Open project: runefs/Marvin

Méthodes publiques

Méthode Description
ForwardingEncoder ( Encoding enc ) : System
GetByteCount ( char chars, int index, int count, bool flush ) : int
GetBytes ( char chars, int charIndex, int charCount, byte bytes, int byteCount, bool flush ) : int

Method Details

ForwardingEncoder() public méthode

public ForwardingEncoder ( Encoding enc ) : System
enc Encoding
Résultat System

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 byteCount, bool flush ) : int
chars char
charIndex int
charCount int
bytes byte
byteCount int
flush bool
Résultat int