| Modifier and Type | Class and Description | 
|---|---|
| static class  | CharCodingConfig.Builder | 
| Modifier and Type | Field and Description | 
|---|---|
| static CharCodingConfig | DEFAULT | 
| Modifier and Type | Method and Description | 
|---|---|
| static CharCodingConfig.Builder | copy(CharCodingConfig config) | 
| static CharCodingConfig.Builder | custom() | 
| Charset | getCharset() | 
| CodingErrorAction | getMalformedInputAction() | 
| CodingErrorAction | getUnmappableInputAction() | 
| String | toString() | 
public static final CharCodingConfig DEFAULT
public Charset getCharset()
public CodingErrorAction getMalformedInputAction()
public CodingErrorAction getUnmappableInputAction()
public static CharCodingConfig.Builder custom()
public static CharCodingConfig.Builder copy(CharCodingConfig config)
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.