public class sun.awt.motif.X11GBK extends java.nio.charset.Charset
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.awt.motif.X11GBK
  super_class: java.nio.charset.Charset
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.awt.motif.X11GBK this
         0: .line 34
            aload 0 /* this */
            ldc "X11GBK"
            aconst_null
            invokespecial java.nio.charset.Charset.<init>:(Ljava/lang/String;[Ljava/lang/String;)V
         1: .line 35
            return
        end local 0 // sun.awt.motif.X11GBK this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/motif/X11GBK;

  public java.nio.charset.CharsetEncoder newEncoder();
    descriptor: ()Ljava/nio/charset/CharsetEncoder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.awt.motif.X11GBK this
         0: .line 37
            new sun.awt.motif.X11GBK$Encoder
            dup
            aload 0 /* this */
            aload 0 /* this */
            invokespecial sun.awt.motif.X11GBK$Encoder.<init>:(Lsun/awt/motif/X11GBK;Ljava/nio/charset/Charset;)V
            areturn
        end local 0 // sun.awt.motif.X11GBK this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/motif/X11GBK;

  public java.nio.charset.CharsetDecoder newDecoder();
    descriptor: ()Ljava/nio/charset/CharsetDecoder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.awt.motif.X11GBK this
         0: .line 40
            new sun.nio.cs.ext.GBK
            dup
            invokespecial sun.nio.cs.ext.GBK.<init>:()V
            invokevirtual sun.nio.cs.ext.GBK.newDecoder:()Ljava/nio/charset/CharsetDecoder;
            areturn
        end local 0 // sun.awt.motif.X11GBK this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/motif/X11GBK;

  public boolean contains(java.nio.charset.Charset);
    descriptor: (Ljava/nio/charset/Charset;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.awt.motif.X11GBK this
        start local 1 // java.nio.charset.Charset cs
         0: .line 44
            aload 1 /* cs */
            instanceof sun.awt.motif.X11GBK
            ireturn
        end local 1 // java.nio.charset.Charset cs
        end local 0 // sun.awt.motif.X11GBK this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/motif/X11GBK;
            0    1     1    cs  Ljava/nio/charset/Charset;
    MethodParameters:
      Name  Flags
      cs    
}
SourceFile: "X11GBK.java"
NestMembers:
  sun.awt.motif.X11GBK$Encoder
InnerClasses:
  private Encoder = sun.awt.motif.X11GBK$Encoder of sun.awt.motif.X11GBK