C# 클래스 IronRuby.Runtime.KCoding

상속: System.Text.Encoding
파일 보기 프로젝트 열기: ExpertsInside/IronSP 1 사용 예제들

공개 메소드들

메소드 설명
Create ( int codepage, EncoderFallback encoderFallback, DecoderFallback decoderFallback ) : KCoding
Create ( int codepage, bool throwOnError ) : KCoding
GetByteCount ( char chars, int index, int count ) : int
GetBytes ( char chars, int charIndex, int charCount, byte bytes, int byteIndex ) : int
GetCharCount ( byte bytes, int index, int count ) : int
GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int
GetDecoder ( ) : Decoder
GetEncoder ( ) : Encoder
GetMaxByteCount ( int charCount ) : int
GetMaxCharCount ( int byteCount ) : int
IsAlwaysNormalized ( NormalizationForm form ) : bool
ToString ( ) : string

비공개 메소드들

메소드 설명
Create ( Encoding encoding ) : KCoding
CreateEncoding ( int codepage, EncoderFallback encoderFallback, DecoderFallback decoderFallback ) : Encoding
GetCodePage ( int firstChar ) : int
GetKCodeName ( IronRuby.Builtins.RubyEncoding encoding ) : string
KCoding ( Encoding encoding ) : System

메소드 상세

Create() 공개 정적인 메소드

public static Create ( int codepage, EncoderFallback encoderFallback, DecoderFallback decoderFallback ) : KCoding
codepage int
encoderFallback System.Text.EncoderFallback
decoderFallback System.Text.DecoderFallback
리턴 KCoding

Create() 공개 정적인 메소드

public static Create ( int codepage, bool throwOnError ) : KCoding
codepage int
throwOnError bool
리턴 KCoding

GetByteCount() 공개 메소드

public GetByteCount ( char chars, int index, int count ) : int
chars char
index int
count int
리턴 int

GetBytes() 공개 메소드

public GetBytes ( char chars, int charIndex, int charCount, byte bytes, int byteIndex ) : int
chars char
charIndex int
charCount int
bytes byte
byteIndex int
리턴 int

GetCharCount() 공개 메소드

public GetCharCount ( byte bytes, int index, int count ) : int
bytes byte
index int
count int
리턴 int

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

GetEncoder() 공개 메소드

public GetEncoder ( ) : Encoder
리턴 System.Text.Encoder

GetMaxByteCount() 공개 메소드

public GetMaxByteCount ( int charCount ) : int
charCount int
리턴 int

GetMaxCharCount() 공개 메소드

public GetMaxCharCount ( int byteCount ) : int
byteCount int
리턴 int

IsAlwaysNormalized() 공개 메소드

public IsAlwaysNormalized ( NormalizationForm form ) : bool
form NormalizationForm
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string