CharsetEncoder.ReplaceWith(Byte[]) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 인코더의 대체 값을 변경합니다.
[Android.Runtime.Register("replaceWith", "([B)Ljava/nio/charset/CharsetEncoder;", "")]
public Java.Nio.Charset.CharsetEncoder? ReplaceWith (byte[]? newReplacement);
[<Android.Runtime.Register("replaceWith", "([B)Ljava/nio/charset/CharsetEncoder;", "")>]
member this.ReplaceWith : byte[] -> Java.Nio.Charset.CharsetEncoder
매개 변수
- newReplacement
- Byte[]
새 대체 항목입니다. 은 0이 아닌 null
길이여야 합니다.
must not be longer than the value returned by the
<code data-dev-comment-type="c">#maxBytesPerChar() maxBytesPerChar</code> method, and
must be <code data-dev-comment-type="c">#isLegalReplacement legal</code>
반환
이 인코더
- 특성
예외
지정된 교체가 위에서 언급한 요구 사항을 충족할 수 없으면 입니다.
설명
이 인코더의 대체 값을 변경합니다.
이 메서드는 #implReplaceWith implReplaceWith
새 대체가 허용되는지 확인한 후 새 대체를 전달하는 메서드를 호출합니다.
에 대한 java.nio.charset.CharsetEncoder.replaceWith(byte[])
Java 설명서
이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.