Package | Description |
---|---|
java.io | |
java.lang |
Modifier and Type | Method and Description |
---|---|
String |
ByteArrayOutputStream.toString(String charsetName)
Returns the contents of this ByteArrayOutputStream as a string converted
according to the encoding declared in
charsetName . |
Modifier and Type | Method and Description |
---|---|
protected static String |
String.$create(byte[] bytes,
int ofs,
int len,
String charsetName) |
protected static String |
String.$create(byte[] bytes,
String charsetName) |
byte[] |
String.getBytes(String charsetName) |
Constructor and Description |
---|
String(byte[] bytes,
int ofs,
int len,
String charsetName) |
String(byte[] bytes,
String charsetName) |
Copyright © 2018. All rights reserved.