C# 클래스 System.Text.ASCIIEncoding

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

공개 메소드들

메소드 설명
ASCIIEncoding ( )
GetByteCount ( char chars, int index, int count ) : int
GetByteCount ( string chars ) : int
GetBytes ( char chars, int charIndex, int charCount, byte bytes, int byteIndex ) : int
GetBytes ( string 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 ( ) : System.Text.Decoder
GetEncoder ( ) : System.Text.Encoder
GetMaxByteCount ( int charCount ) : int
GetMaxCharCount ( int byteCount ) : int
GetString ( byte bytes, int byteIndex, int byteCount ) : string

비공개 메소드들

메소드 설명
GetByteCount ( char chars, int count ) : int
GetBytes ( char chars, int charCount, byte bytes, int byteCount ) : int
GetCharCount ( byte bytes, int count ) : int
GetChars ( byte bytes, int byteCount, char chars, int charCount ) : int

메소드 상세

ASCIIEncoding() 공개 메소드

public ASCIIEncoding ( )

GetByteCount() 공개 메소드

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

GetByteCount() 공개 메소드

public GetByteCount ( string chars ) : int
chars string
리턴 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

GetBytes() 공개 메소드

public GetBytes ( string chars, int charIndex, int charCount, byte bytes, int byteIndex ) : int
chars string
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 ( ) : System.Text.Decoder
리턴 System.Text.Decoder

GetEncoder() 공개 메소드

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

GetMaxByteCount() 공개 메소드

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

GetMaxCharCount() 공개 메소드

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

GetString() 공개 메소드

public GetString ( byte bytes, int byteIndex, int byteCount ) : string
bytes byte
byteIndex int
byteCount int
리턴 string