C# 클래스 System.Text.UTF7Encoding.UTF7Encoder

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

공개 메소드들

메소드 설명
GetByteCount ( char chars, int index, int count, bool flush ) : int
GetBytes ( char chars, int charIndex, int charCount, byte bytes, int byteIndex, bool flush ) : int
UTF7Encoder ( bool allowOptionals ) : 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 byteIndex, bool flush ) : int
chars char
charIndex int
charCount int
bytes byte
byteIndex int
flush bool
리턴 int

UTF7Encoder() 공개 메소드

public UTF7Encoder ( bool allowOptionals ) : System
allowOptionals bool
리턴 System