C# Class Portable.Text.CP862

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

Public Methods

Method Description
CP862 ( ) : System
GetByteCount ( String s ) : int
GetByteCountImpl ( char chars, int count ) : int
GetBytesImpl ( char chars, int charCount, byte bytes, int byteCount ) : int

Protected Methods

Method Description
ToBytes ( char chars, int charCount, byte bytes, int byteCount ) : void

Method Details

CP862() public method

public CP862 ( ) : System
return System

GetByteCount() public method

public GetByteCount ( String s ) : int
s String
return int

GetByteCountImpl() public method

public GetByteCountImpl ( char chars, int count ) : int
chars char
count 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

ToBytes() protected method

protected ToBytes ( char chars, int charCount, byte bytes, int byteCount ) : void
chars char
charCount int
bytes byte
byteCount int
return void