Class Charsets


  • public final class Charsets
    extends java.lang.Object
    Android compatibility layer, as API level 19 does not have StandardCharsets.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.nio.charset.Charset US_ASCII  
      static java.nio.charset.Charset UTF_16  
      static java.nio.charset.Charset UTF_16BE  
      static java.nio.charset.Charset UTF_16LE  
      static java.nio.charset.Charset UTF_8  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • UTF_8

        public static final java.nio.charset.Charset UTF_8
      • UTF_16BE

        public static final java.nio.charset.Charset UTF_16BE
      • UTF_16LE

        public static final java.nio.charset.Charset UTF_16LE
      • UTF_16

        public static final java.nio.charset.Charset UTF_16
      • US_ASCII

        public static final java.nio.charset.Charset US_ASCII