public class sun.io.CharToByteUnicodeLittleUnmarked extends sun.io.CharToByteUnicode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.io.CharToByteUnicodeLittleUnmarked
  super_class: sun.io.CharToByteUnicode
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.io.CharToByteUnicodeLittleUnmarked this
         0: .line 39
            aload 0 /* this */
            invokespecial sun.io.CharToByteUnicode.<init>:()V
         1: .line 40
            aload 0 /* this */
            iconst_2
            putfield sun.io.CharToByteUnicodeLittleUnmarked.byteOrder:I
         2: .line 41
            aload 0 /* this */
            iconst_0
            putfield sun.io.CharToByteUnicodeLittleUnmarked.usesMark:Z
         3: .line 42
            return
        end local 0 // sun.io.CharToByteUnicodeLittleUnmarked this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/io/CharToByteUnicodeLittleUnmarked;
}
SourceFile: "CharToByteUnicodeLittleUnmarked.java"