Class StandardCharsets

java.lang.Object
java.nio.charset.StandardCharsets

public final class StandardCharsets extends java.lang.Object
Minimal charset constants supported by CLDC11 stubs.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Charset
     
    static final Charset
     
    static final Charset
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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