System::Text::EncoderReplacementFallbackBuffer 클래스

EncoderReplacementFallbackBuffer class

Buffer for replacing encoding fallback strategy. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument.

class EncoderReplacementFallbackBuffer : public System::Text::EncoderFallbackBuffer

메서드

메서드설명
EncoderReplacementFallbackBuffer(const EncoderReplacementFallbackPtr&)생성자.
Fallback(char_t, int) override인코딩 실패를 처리합니다.
Fallback(char_t, char_t, int) override인코딩 실패를 처리합니다.
get_Remaining() const override버퍼에 남아 있는 문자 수를 가져옵니다.
GetNextChar() override다음 사용 가능한 문자를 가져옵니다.
MovePrevious() override이전 문자로 이동합니다.
Reset() override버퍼를 초기 상태로 재설정합니다 ( Fallback() 호출 이전).

또 보기