Package | Description |
---|---|
java.io | |
java.lang | |
java.net |
Modifier and Type | Method and Description |
---|---|
String |
ByteArrayOutputStream.toString(String enc) |
Constructor and Description |
---|
InputStreamReader(InputStream bytestream,
String enc) |
OutputStreamWriter(OutputStream out,
String enc) |
PrintStream(OutputStream outputstream,
boolean autoflush,
String enc) |
Modifier and Type | Method and Description |
---|---|
byte[] |
String.getBytes(String enc) |
Constructor and Description |
---|
String(byte[] value,
int offset,
int length,
String str) |
String(byte[] value,
String str) |
Modifier and Type | Method and Description |
---|---|
static String |
URLDecoder.decode(String str,
String enc) |
static String |
URLEncoder.encode(String str,
String enc) |