com.koushikdutta.async.http.libcore
Class Charsets

java.lang.Object
  extended by com.koushikdutta.async.http.libcore.Charsets

public class Charsets
extends java.lang.Object

From java.nio.charset.Charsets


Field Summary
static java.nio.charset.Charset US_ASCII
           
static java.nio.charset.Charset UTF_8
           
 
Constructor Summary
Charsets()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

US_ASCII

public static final java.nio.charset.Charset US_ASCII

UTF_8

public static final java.nio.charset.Charset UTF_8
Constructor Detail

Charsets

public Charsets()