C# Class Portable.Text.CP932

Inheritance: Portable.Text.MonoEncoding
Show file Open project: jstedfast/Portable.Text.Encoding

Public Methods

Method Description
CP932 ( ) : System
GetByteCountImpl ( char chars, int charCount ) : int
GetBytesImpl ( char chars, int charCount, byte bytes, int byteCount ) : int
GetCharCount ( byte bytes, int index, int count ) : int
GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int
GetMaxByteCount ( int charCount ) : int
GetMaxCharCount ( int byteCount ) : int

Private Methods

Method Description
GetDecoder ( ) : System.Text.Decoder

Method Details

CP932() public method

public CP932 ( ) : System
return System

GetByteCountImpl() public method

public GetByteCountImpl ( char chars, int charCount ) : int
chars char
charCount int
return int

GetBytesImpl() public method

public GetBytesImpl ( char chars, int charCount, byte bytes, int byteCount ) : int
chars char
charCount int
bytes byte
byteCount int
return int

GetCharCount() public method

public GetCharCount ( byte bytes, int index, int count ) : int
bytes byte
index int
count int
return int

GetChars() public method

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