
public abstract class EmulatedCharset extends Charset
| Modifier and Type | Field and Description |
|---|---|
static EmulatedCharset |
ISO_8859_1 |
static EmulatedCharset |
ISO_LATIN_1 |
static EmulatedCharset |
UTF_8 |
| Constructor and Description |
|---|
EmulatedCharset(String name) |
| Modifier and Type | Method and Description |
|---|---|
abstract char[] |
decodeString(byte[] bytes,
int ofs,
int len) |
abstract byte[] |
getBytes(String string) |
availableCharsets, compareTo, equals, forName, hashCode, name, toString$isInstancepublic static final EmulatedCharset UTF_8
public static final EmulatedCharset ISO_LATIN_1
public static final EmulatedCharset ISO_8859_1
public EmulatedCharset(String name)
public abstract byte[] getBytes(String string)
public abstract char[] decodeString(byte[] bytes,
int ofs,
int len)
Copyright © 2018. All rights reserved.