class sun.nio.cs.UTF_32Coder
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.cs.UTF_32Coder
  super_class: java.lang.Object
{
  protected static final int BOM_BIG;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 65279

  protected static final int BOM_LITTLE;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: -131072

  protected static final int NONE;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  protected static final int BIG;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  protected static final int LITTLE;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.cs.UTF_32Coder this
         0: .line 35
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.nio.cs.UTF_32Coder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/cs/UTF_32Coder;
}
SourceFile: "UTF_32Coder.java"
NestMembers:
  sun.nio.cs.UTF_32Coder$Decoder  sun.nio.cs.UTF_32Coder$Encoder
InnerClasses:
  protected Decoder = sun.nio.cs.UTF_32Coder$Decoder of sun.nio.cs.UTF_32Coder
  protected Encoder = sun.nio.cs.UTF_32Coder$Encoder of sun.nio.cs.UTF_32Coder