public class Encodings extends Object
| Constructor and Description |
|---|
Encodings() |
| Modifier and Type | Method and Description |
|---|---|
static CharsetEncoder |
getAsciiEncoder() |
static CharsetEncoder |
getDefaultEncoder() |
static String |
getDefaultEncoding() |
static boolean |
platformDefaultsToAScii()
Normally false, default is usually UTF-8?
|
public static String getDefaultEncoding()
public static CharsetEncoder getDefaultEncoder()
public static boolean platformDefaultsToAScii()
public static CharsetEncoder getAsciiEncoder()
Copyright © 2011-2014 David R. Smith. All Rights Reserved.