C# 클래스 System.Text.EncodingNLS

상속: Encoding
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
GetByteCount ( char chars, int count, EncoderNLS encoder ) : int
GetBytes ( char chars, int charCount, byte bytes, int byteCount, EncoderNLS encoder ) : int
GetCharCount ( byte bytes, int count, DecoderNLS decoder ) : int
GetChars ( byte bytes, int byteCount, char chars, int charCount, DecoderNLS decoder ) : int
GetDecoder ( ) : Decoder
GetEncoder ( ) : Encoder

보호된 메소드들

메소드 설명
EncodingNLS ( int codePage ) : System
EncodingNLS ( int codePage, EncoderFallback enc, DecoderFallback dec ) : System

비공개 메소드들

메소드 설명
GetByteCount ( String s ) : int
GetByteCount ( char chars, int count ) : int
GetByteCount ( char chars, int index, int count ) : int
GetBytes ( String s, int charIndex, int charCount, byte bytes, int byteIndex ) : int
GetBytes ( char chars, int charCount, byte bytes, int byteCount ) : int
GetBytes ( char chars, int charIndex, int charCount, byte bytes, int byteIndex ) : int
GetCharCount ( byte bytes, int count ) : int
GetCharCount ( byte bytes, int index, int count ) : int
GetChars ( byte bytes, int byteCount, char chars, int charCount ) : int
GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int
GetLocalizedEncodingNameResource ( int codePage ) : string
GetString ( byte bytes, int index, int count ) : String
ThrowBytesOverflow ( ) : void
ThrowBytesOverflow ( EncoderNLS encoder, bool nothingEncoded ) : void
ThrowCharsOverflow ( ) : void
ThrowCharsOverflow ( DecoderNLS decoder, bool nothingDecoded ) : void

메소드 상세

EncodingNLS() 보호된 메소드

protected EncodingNLS ( int codePage ) : System
codePage int
리턴 System

EncodingNLS() 보호된 메소드

protected EncodingNLS ( int codePage, EncoderFallback enc, DecoderFallback dec ) : System
codePage int
enc EncoderFallback
dec DecoderFallback
리턴 System

GetByteCount() 공개 추상적인 메소드

public abstract GetByteCount ( char chars, int count, EncoderNLS encoder ) : int
chars char
count int
encoder EncoderNLS
리턴 int

GetBytes() 공개 추상적인 메소드

public abstract GetBytes ( char chars, int charCount, byte bytes, int byteCount, EncoderNLS encoder ) : int
chars char
charCount int
bytes byte
byteCount int
encoder EncoderNLS
리턴 int

GetCharCount() 공개 추상적인 메소드

public abstract GetCharCount ( byte bytes, int count, DecoderNLS decoder ) : int
bytes byte
count int
decoder DecoderNLS
리턴 int

GetChars() 공개 추상적인 메소드

public abstract GetChars ( byte bytes, int byteCount, char chars, int charCount, DecoderNLS decoder ) : int
bytes byte
byteCount int
chars char
charCount int
decoder DecoderNLS
리턴 int

GetDecoder() 공개 메소드

public GetDecoder ( ) : Decoder
리턴 Decoder

GetEncoder() 공개 메소드

public GetEncoder ( ) : Encoder
리턴 Encoder