C# 클래스 Portable.Text.DbcsEncoding.DbcsDecoder

상속: Decoder
파일 보기 프로젝트 열기: jstedfast/Portable.Text.Encoding

보호된 프로퍼티들

프로퍼티 타입 설명
convert DbcsConvert

공개 메소드들

메소드 설명
DbcsDecoder ( DbcsConvert convert ) : System

비공개 메소드들

메소드 설명
CheckRange ( byte bytes, int index, int count ) : void
CheckRange ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : void

메소드 상세

DbcsDecoder() 공개 메소드

public DbcsDecoder ( DbcsConvert convert ) : System
convert DbcsConvert
리턴 System

프로퍼티 상세

convert 보호되어 있는 프로퍼티

protected DbcsConvert,Portable.Text convert
리턴 DbcsConvert