Client and backend. This class is shared: the same code is compiled into your app and into your server, so everything on this page works in both.

public final class StandardCharsets

  1. Object
  2. StandardCharsets
Minimal charset constants supported by CLDC11 stubs.

Fields

public static final Charset UTF_8
public static final Charset US_ASCII
public static final Charset ISO_8859_1

Inherited methods

Field details

UTF_8

public static final Charset UTF_8

US_ASCII

public static final Charset US_ASCII

ISO_8859_1

public static final Charset ISO_8859_1