String convertByteArrayToString(Object bytesObject, String encoding)String convertByteArrayToString(Object bytesObject, String encoding)| Name | Type | Description |
|---|---|---|
bytesObject | Object | The input byte[]. |
encoding | String | The character set to use. |
| Type | Description |
|---|---|
String | Representation of this byte[]. |