| Package | Description |
|---|---|
| java.nio.charset |
| Modifier and Type | Method and Description |
|---|---|
abstract CharsetDecoder |
Charset.newDecoder()
Constructs a new decoder for this charset.
|
CharsetDecoder |
CharsetDecoder.replaceWith(String newReplacement)
Changes this decoder's replacement value.
|
CharsetDecoder |
CharsetDecoder.reset()
Resets this decoder, clearing any internal state.
|
Copyright © 2019 API Design. All Rights Reserved.