public class

CharToByteUnicodeLittleUnmarked

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

Class Overview

Convert arrays containing Unicode characters into arrays of bytes, using little-endian byte order; do not write a byte-order mark before the first converted character.

Summary

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

Public Constructors

public CharToByteUnicodeLittleUnmarked ()