public class

CharToByteUnicodeBig

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

Class Overview

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

Summary

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

Public Constructors

public CharToByteUnicodeBig ()