public class CharsetUtil extends Object
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static Charset |
ISO_8859_1 |
static Charset |
US_ASCII |
static Charset |
UTF_8 |
| コンストラクタと説明 |
|---|
CharsetUtil() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static CharsetDecoder |
newUTF8Decoder() |
static CharsetEncoder |
newUTF8Encoder() |
public static final Charset UTF_8
public static final Charset US_ASCII
public static final Charset ISO_8859_1
public static CharsetDecoder newUTF8Decoder()
public static CharsetEncoder newUTF8Encoder()
Copyright © 2018. All rights reserved.