Package | Description |
---|---|
org.teavm.classlib.java.io | |
org.teavm.classlib.java.lang |
Modifier and Type | Method and Description |
---|---|
TString |
TByteArrayOutputStream.toString(TString charsetName) |
Constructor and Description |
---|
TInputStreamReader(TInputStream in,
String charsetName) |
TOutputStreamWriter(TOutputStream out,
String enc) |
TPrintStream(TOutputStream out,
boolean autoFlush,
String encoding) |
Modifier and Type | Method and Description |
---|---|
byte[] |
TString.getBytes(TString charsetName) |
Constructor and Description |
---|
TString(byte[] bytes,
int offset,
int length,
TString charsetName) |
TString(byte[] bytes,
TString charsetName) |
Copyright © 2019. All rights reserved.