C# 클래스 System.Text.ISCIIEncoding

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

공개 메소드들

메소드 설명
GetDecoder ( ) : Decoder
GetEncoder ( ) : Encoder
GetHashCode ( ) : int
GetMaxByteCount ( int charCount ) : int
GetMaxCharCount ( int byteCount ) : int
ISCIIEncoding ( int codePage ) : System

비공개 메소드들

메소드 설명
GetByteCount ( char chars, int count, EncoderNLS baseEncoder ) : int
GetBytes ( char chars, int charCount, byte bytes, int byteCount, EncoderNLS baseEncoder ) : int
GetCharCount ( byte bytes, int count, DecoderNLS baseDecoder ) : int
GetChars ( byte bytes, int byteCount, char chars, int charCount, DecoderNLS baseDecoder ) : int
ISerializable ( SerializationInfo info, StreamingContext context ) : void

메소드 상세

GetDecoder() 공개 메소드

public GetDecoder ( ) : Decoder
리턴 Decoder

GetEncoder() 공개 메소드

public GetEncoder ( ) : Encoder
리턴 Encoder

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetMaxByteCount() 공개 메소드

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

GetMaxCharCount() 공개 메소드

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

ISCIIEncoding() 공개 메소드

public ISCIIEncoding ( int codePage ) : System
codePage int
리턴 System