C# 클래스 System.Text.Encoding.ForwardingEncoder

상속: Encoder
파일 보기 프로젝트 열기: runefs/Marvin

공개 메소드들

메소드 설명
ForwardingEncoder ( Encoding enc ) : System
GetByteCount ( char chars, int index, int count, bool flush ) : int
GetBytes ( char chars, int charIndex, int charCount, byte bytes, int byteCount, bool flush ) : int

메소드 상세

ForwardingEncoder() 공개 메소드

public ForwardingEncoder ( Encoding enc ) : System
enc Encoding
리턴 System

GetByteCount() 공개 메소드

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

GetBytes() 공개 메소드

public GetBytes ( char chars, int charIndex, int charCount, byte bytes, int byteCount, bool flush ) : int
chars char
charIndex int
charCount int
bytes byte
byteCount int
flush bool
리턴 int