public static class HtmlCharsetExtractingSupplierDecorator.StringWithCharset extends Object
| Modifier and Type | Field and Description |
|---|---|
private Charset |
charset |
private String |
string |
| Constructor and Description |
|---|
StringWithCharset(String string,
Charset charset) |
| Modifier and Type | Method and Description |
|---|---|
void |
changeCharset(Charset charset) |
Charset |
getCharset() |
String |
getString() |
void |
setString(String string) |
Copyright © 2015–2020. All rights reserved.