public class

ByteToCharUnicodeLittle

extends ByteToCharUnicode
java.lang.Object
   ↳ sun.io.ByteToCharConverter
     ↳ sun.io.ByteToCharUnicode
       ↳ sun.io.ByteToCharUnicodeLittle

Class Overview

Convert byte arrays containing Unicode characters into arrays of actual Unicode characters, assuming a little-endian byte order.

Summary

[Expand]
Inherited Fields
From class sun.io.ByteToCharConverter
Public Constructors
ByteToCharUnicodeLittle()
[Expand]
Inherited Methods
From class sun.io.ByteToCharUnicode
From class sun.io.ByteToCharConverter
From class java.lang.Object

Public Constructors

public ByteToCharUnicodeLittle ()