1. Home
  2. Android
  3. java.nio.charset.spi
  4. Android java.nio.charset.spi CharsetProvider
    • Type List
    • Android CharsetProvider

Android java.nio.charset.spi CharsetProvider

PreviousNext

By API

The following index lists the tutorials for CharsetProvider by API.

Methods

  • Android CharsetProvider charsetForName(String charsetName) Retrieves a charset for the given charset name.
  • Android CharsetProvider charsets() Creates an iterator that iterates over the charsets supported by this provider.
  • Android CharsetProvider tutorial with examples
PreviousNext

Related

  • Android UnsupportedCharsetException getCharsetName() Retrieves the name of the unsupported charset.
  • Android UnsupportedCharsetException toString() Returns a short description of this throwable.
  • Android UnsupportedCharsetException printStackTrace(PrintStream s) Prints this throwable and its backtrace to the specified print stream.
  • Android java.nio.charset.spi CharsetProvider
  • Android CharsetProvider tutorial with examples
  • Android CharsetProvider charsets() Creates an iterator that iterates over the charsets supported by this provider.
  • Android CharsetProvider charsetForName(String charsetName) Retrieves a charset for the given charset name.

demo2s.com |  Email: | Demo Source and Support. All rights reserved.