C# Class System.Text.Encoding.DefaultDecoder

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

Méthodes publiques

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

Private Methods

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

Method Details

DefaultDecoder() public méthode

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

GetCharCount() public méthode

public GetCharCount ( byte bytes, int count, bool flush ) : int
bytes byte
count int
flush bool
Résultat int

GetCharCount() public méthode

public GetCharCount ( byte bytes, int index, int count ) : int
bytes byte
index int
count int
Résultat int

GetCharCount() public méthode

public GetCharCount ( byte bytes, int index, int count, bool flush ) : int
bytes byte
index int
count int
flush bool
Résultat int

GetChars() public méthode

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

GetChars() public méthode

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

GetRealObject() public méthode

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