public class

ByteToCharUnicodeLittleUnmarked

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

Class Overview

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

Summary

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

Public Constructors

public ByteToCharUnicodeLittleUnmarked ()