public final class CharsetDecoders extends Object
CharsetDecoder
.Modifier and Type | Method and Description |
---|---|
static CharsetDecoder |
toCharsetDecoder(CharsetDecoder charsetDecoder)
Returns the given non-null CharsetDecoder or a new default CharsetDecoder.
|
public static CharsetDecoder toCharsetDecoder(CharsetDecoder charsetDecoder)
charsetDecoder
- The CharsetDecoder to test.Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.