C# Class Portable.Text.DbcsEncoding.DbcsDecoder

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

Protected Properties

Property Type Description
convert DbcsConvert

Public Methods

Method Description
DbcsDecoder ( DbcsConvert convert ) : System

Private Methods

Method Description
CheckRange ( byte bytes, int index, int count ) : void
CheckRange ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : void

Method Details

DbcsDecoder() public method

public DbcsDecoder ( DbcsConvert convert ) : System
convert DbcsConvert
return System

Property Details

convert protected property

protected DbcsConvert,Portable.Text convert
return DbcsConvert