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

pxb.java.nio.charset.StandardCharsets Maven / Gradle / Ivy

There is a newer version: 1.0.38
Show newest version
package pxb.java.nio.charset;

import java.nio.charset.Charset;

public class StandardCharsets {
    public static Charset UTF_8 = Charset.forName("UTF-8");
    public static Charset ISO_8859_1 = Charset.forName("iso-8859-1");
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy