C# Class System.Text.Encoding.DefaultEncoder

Inheritance: Encoder, ISerializable, IObjectReference
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Méthodes publiques

Méthode Description
DefaultEncoder ( Encoding encoding ) : System
GetByteCount ( char chars, int count, bool flush ) : int
GetByteCount ( char chars, int index, int count, bool flush ) : int
GetBytes ( char chars, int charCount, byte bytes, int byteCount, bool flush ) : int
GetBytes ( char chars, int charIndex, int charCount, byte bytes, int byteIndex, bool flush ) : int
GetRealObject ( StreamingContext context ) : Object

Private Methods

Méthode Description
DefaultEncoder ( SerializationInfo info, StreamingContext context ) : System
ISerializable ( SerializationInfo info, StreamingContext context ) : void

Method Details

DefaultEncoder() public méthode

public DefaultEncoder ( Encoding encoding ) : System
encoding Encoding
Résultat System

GetByteCount() public méthode

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

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

GetRealObject() public méthode

public GetRealObject ( StreamingContext context ) : Object
context System.Runtime.Serialization.StreamingContext
Résultat Object