public class

CharToByteUTF16

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

Class Overview

Convert arrays containing Unicode characters into arrays of bytes, using big-endian byte order and writing an initial byte-order mark.

Summary

[Expand]
Inherited Fields
From class sun.io.CharToByteUnicode
From class sun.io.CharToByteConverter
Public Constructors
CharToByteUTF16()
Public Methods
String getCharacterEncoding()
Returns the character set id for the conversion.
[Expand]
Inherited Methods
From class sun.io.CharToByteUnicode
From class sun.io.CharToByteConverter
From class java.lang.Object

Public Constructors

public CharToByteUTF16 ()

Public Methods

public String getCharacterEncoding ()

Returns the character set id for the conversion.