class sun.nio.cs.UTF_16$Decoder extends sun.nio.cs.UnicodeDecoder
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.cs.UTF_16$Decoder
  super_class: sun.nio.cs.UnicodeDecoder
{
  public void <init>(java.nio.charset.Charset);
    descriptor: (Ljava/nio/charset/Charset;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.nio.cs.UTF_16$Decoder this
        start local 1 // java.nio.charset.Charset cs
         0: .line 54
            aload 0 /* this */
            aload 1 /* cs */
            iconst_0
            invokespecial sun.nio.cs.UnicodeDecoder.<init>:(Ljava/nio/charset/Charset;I)V
         1: .line 55
            return
        end local 1 // java.nio.charset.Charset cs
        end local 0 // sun.nio.cs.UTF_16$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/cs/UTF_16$Decoder;
            0    2     1    cs  Ljava/nio/charset/Charset;
    MethodParameters:
      Name  Flags
      cs    
}
SourceFile: "UTF_16.java"
NestHost: sun.nio.cs.UTF_16
InnerClasses:
  private Decoder = sun.nio.cs.UTF_16$Decoder of sun.nio.cs.UTF_16