System::Text::ICUEncoder::GetByteCount 메서드

ICUEncoder::GetByteCount(ArrayPtr<char_t>, int, int, bool) method

버퍼를 인코딩하는 데 필요한 바이트 수를 가져옵니다.

virtual int System::Text::ICUEncoder::GetByteCount(ArrayPtr<char_t> chars, int index, int count, bool flush)
매개변수형식설명
charsArrayPtr<char_t>인코드할 문자.
indexintBuffer 오프셋.
countint인코딩할 문자 수.
flushbooltrue이면 계산 후 내부 인코더 상태를 정리합니다.

ReturnValue

버퍼를 인코딩하는 데 필요한 바이트 수.

또 보기

ICUEncoder::GetByteCount(const char_t *, int, bool) method

버퍼를 인코딩하는 데 필요한 바이트 수를 가져옵니다.

virtual int System::Text::ICUEncoder::GetByteCount(const char_t *chars, int count, bool flush)
매개변수형식설명
charsconst char_t *인코드할 문자.
countint인코딩할 문자 수.
flushbooltrue이면 계산 후 내부 인코더 상태를 정리합니다.

ReturnValue

버퍼를 인코딩하는 데 필요한 바이트 수.

또 보기