All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jakewharton.Charsets Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version
package com.jakewharton;

import java.nio.charset.Charset;

/** From java.nio.charset.Charsets */
class Charsets {
  static final Charset US_ASCII = Charset.forName("US-ASCII");
  static final Charset UTF_8 = Charset.forName("UTF-8");
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy