public final class CharsetDecoders
extends java.lang.Object
CharsetDecoder
.Modifier | Constructor and Description |
---|---|
private |
CharsetDecoders()
No instances.
|
Modifier and Type | Method and Description |
---|---|
static java.nio.charset.CharsetDecoder |
toCharsetDecoder(java.nio.charset.CharsetDecoder charsetDecoder)
Returns the given non-null CharsetDecoder or a new default CharsetDecoder.
|
public static java.nio.charset.CharsetDecoder toCharsetDecoder(java.nio.charset.CharsetDecoder charsetDecoder)
charsetDecoder
- The CharsetDecoder to test.