| Package | Description |
|---|---|
| java.io | |
| java.lang |
| Constructor and Description |
|---|
InputStreamReader(InputStream is,
String enc) |
OutputStreamWriter(OutputStream os,
String enc) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
String.getBytes(Charset charset) |
byte[] |
String.getBytes(String enc) |
| Constructor and Description |
|---|
String(byte[] bytes,
Charset charset) |
String(byte[] bytes,
int off,
int len,
String enc) |
String(byte[] bytes,
String enc) |
Copyright © 2026. All rights reserved.