C# Class System.Text.ISCIIEncoding

Inheritance: EncodingNLS, ISerializable
显示文件 Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
GetDecoder ( ) : Decoder
GetEncoder ( ) : Encoder
GetHashCode ( ) : int
GetMaxByteCount ( int charCount ) : int
GetMaxCharCount ( int byteCount ) : int
ISCIIEncoding ( int codePage ) : System

Private Methods

Method Description
GetByteCount ( char chars, int count, EncoderNLS baseEncoder ) : int
GetBytes ( char chars, int charCount, byte bytes, int byteCount, EncoderNLS baseEncoder ) : int
GetCharCount ( byte bytes, int count, DecoderNLS baseDecoder ) : int
GetChars ( byte bytes, int byteCount, char chars, int charCount, DecoderNLS baseDecoder ) : int
ISerializable ( SerializationInfo info, StreamingContext context ) : void

Method Details

GetDecoder() public method

public GetDecoder ( ) : Decoder
return Decoder

GetEncoder() public method

public GetEncoder ( ) : Encoder
return Encoder

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetMaxByteCount() public method

public GetMaxByteCount ( int charCount ) : int
charCount int
return int

GetMaxCharCount() public method

public GetMaxCharCount ( int byteCount ) : int
byteCount int
return int

ISCIIEncoding() public method

public ISCIIEncoding ( int codePage ) : System
codePage int
return System