public class

ByteToCharUnicodeBigUnmarked

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

Class Overview

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

Summary

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

Public Constructors

public ByteToCharUnicodeBigUnmarked ()