C# 클래스 NLight.Text.Encodings.FastAsciiEncoding

Represents a faster ASCII character encoding that does not handle code pages and fallback.
상속: System.Text.ASCIIEncoding
파일 보기 프로젝트 열기: slorion/nlight

공개 메소드들

메소드 설명
FastAsciiEncoding ( ) : System
GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int
GetDecoder ( ) : Decoder

비공개 메소드들

메소드 설명
AsciiToUnicode ( byte src, byte dest, int length ) : void

메소드 상세

FastAsciiEncoding() 공개 메소드

public FastAsciiEncoding ( ) : System
리턴 System

GetChars() 공개 메소드

public GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int
bytes byte
byteIndex int
byteCount int
chars char
charIndex int
리턴 int

GetDecoder() 공개 메소드

public GetDecoder ( ) : Decoder
리턴 System.Text.Decoder