C# Class System.Text.UTF7Encoding.UTF7Encoder

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

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
UTF7Encoder ( bool allowOptionals ) : 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

UTF7Encoder() public méthode

public UTF7Encoder ( bool allowOptionals ) : System
allowOptionals bool
Résultat System