public class

CharToByteUnicodeLittle

extends CharToByteUnicode
java.lang.Object
   ↳ sun.io.CharToByteConverter
     ↳ sun.io.CharToByteUnicode
       ↳ sun.io.CharToByteUnicodeLittle

Class Overview

Convert arrays containing Unicode characters into arrays of bytes, using little-endian byte order.

Summary

[Expand]
Inherited Fields
From class sun.io.CharToByteUnicode
From class sun.io.CharToByteConverter
Public Constructors
CharToByteUnicodeLittle()
[Expand]
Inherited Methods
From class sun.io.CharToByteUnicode
From class sun.io.CharToByteConverter
From class java.lang.Object

Public Constructors

public CharToByteUnicodeLittle ()