|
|||||||||
| Home >> All >> gnu >> java >> nio >> [ charset overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
gnu.java.nio.charset
Class UnicodeLittle

java.lang.Objectjava.nio.charset.Charset
gnu.java.nio.charset.UnicodeLittle
- All Implemented Interfaces:
- java.lang.Comparable
- final class UnicodeLittle
- extends java.nio.charset.Charset
UTF-16 little endian with a byte-order mark Included for java.io completeness. ("UTF-16" is equal to UnicodeBig, and UTF-16BE/LE do not have a BOM
| Field Summary |
| Fields inherited from class java.nio.charset.Charset |
|
| Constructor Summary | |
(package private) |
UnicodeLittle()
|
| Method Summary | |
boolean |
contains(java.nio.charset.Charset cs)
|
java.nio.charset.CharsetDecoder |
newDecoder()
|
java.nio.charset.CharsetEncoder |
newEncoder()
|
| Methods inherited from class java.nio.charset.Charset |
aliases, availableCharsets, canEncode, compareTo, decode, defaultCharset, displayName, displayName, encode, encode, equals, forName, hashCode, isRegistered, isSupported, name, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
UnicodeLittle
UnicodeLittle()
| Method Detail |
contains
public boolean contains(java.nio.charset.Charset cs)
newDecoder
public java.nio.charset.CharsetDecoder newDecoder()
newEncoder
public java.nio.charset.CharsetEncoder newEncoder()
|
|||||||||
| Home >> All >> gnu >> java >> nio >> [ charset overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC