public class sun.io.CharToByteUTF16 extends sun.io.CharToByteUnicode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.io.CharToByteUTF16
  super_class: sun.io.CharToByteUnicode
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.io.CharToByteUTF16 this
         0: .line 37
            aload 0 /* this */
            iconst_1
            iconst_1
            invokespecial sun.io.CharToByteUnicode.<init>:(IZ)V
         1: .line 38
            return
        end local 0 // sun.io.CharToByteUTF16 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/io/CharToByteUTF16;

  public java.lang.String getCharacterEncoding();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.io.CharToByteUTF16 this
         0: .line 41
            ldc "UTF-16"
            areturn
        end local 0 // sun.io.CharToByteUTF16 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/CharToByteUTF16;
}
SourceFile: "CharToByteUTF16.java"