C# Class Portable.Text.CP51932Decoder

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

Public Methods

Method Description
CP51932Decoder ( ) : System
GetCharCount ( byte bytes, int index, int count ) : int
GetCharCount ( byte bytes, int index, int count, 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

Method Details

CP51932Decoder() public method

public CP51932Decoder ( ) : System
return System

GetCharCount() public method

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

GetCharCount() public method

public GetCharCount ( byte bytes, int index, int count, bool flush ) : int
bytes byte
index int
count int
flush bool
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

GetChars() public method

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
return int