Liking cljdoc? Tell your friends :D

jdk.nio.charset.StandardCharsets

Constant definitions for the standard Charsets. These charsets are guaranteed to be available on every implementation of the Java platform.

Constant definitions for the standard Charsets. These
charsets are guaranteed to be available on every implementation of the Java
platform.
raw docstring

*-iso-8859-1clj

Static Constant.

ISO Latin Alphabet No. 1, a.k.a. ISO-LATIN-1

type: java.nio.charset.Charset

Static Constant.

ISO Latin Alphabet No. 1, a.k.a. ISO-LATIN-1

type: java.nio.charset.Charset
raw docstring

*-us-asciiclj

Static Constant.

Seven-bit ASCII, a.k.a. ISO646-US, a.k.a. the Basic Latin block of the Unicode character set

type: java.nio.charset.Charset

Static Constant.

Seven-bit ASCII, a.k.a. ISO646-US, a.k.a. the Basic Latin block of the
 Unicode character set

type: java.nio.charset.Charset
raw docstring

*-utf-16clj

Static Constant.

Sixteen-bit UCS Transformation Format, byte order identified by an optional byte-order mark

type: java.nio.charset.Charset

Static Constant.

Sixteen-bit UCS Transformation Format, byte order identified by an
 optional byte-order mark

type: java.nio.charset.Charset
raw docstring

*-utf-16-beclj

Static Constant.

Sixteen-bit UCS Transformation Format, big-endian byte order

type: java.nio.charset.Charset

Static Constant.

Sixteen-bit UCS Transformation Format, big-endian byte order

type: java.nio.charset.Charset
raw docstring

*-utf-16-leclj

Static Constant.

Sixteen-bit UCS Transformation Format, little-endian byte order

type: java.nio.charset.Charset

Static Constant.

Sixteen-bit UCS Transformation Format, little-endian byte order

type: java.nio.charset.Charset
raw docstring

*-utf-8clj

Static Constant.

Eight-bit UCS Transformation Format

type: java.nio.charset.Charset

Static Constant.

Eight-bit UCS Transformation Format

type: java.nio.charset.Charset
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close