Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

gnu.java.nio.charset
Class UnicodeLittle  view UnicodeLittle download UnicodeLittle.java

java.lang.Object
  extended byjava.nio.charset.Charset
      extended bygnu.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()