public class sun.io.ByteToCharISO8859_3 extends sun.io.ByteToCharSingleByte
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.io.ByteToCharISO8859_3
  super_class: sun.io.ByteToCharSingleByte
{
  private static final sun.nio.cs.ext.ISO_8859_3 nioCoder;
    descriptor: Lsun/nio/cs/ext/ISO_8859_3;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 38
            new sun.nio.cs.ext.ISO_8859_3
            dup
            invokespecial sun.nio.cs.ext.ISO_8859_3.<init>:()V
            putstatic sun.io.ByteToCharISO8859_3.nioCoder:Lsun/nio/cs/ext/ISO_8859_3;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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.ByteToCharISO8859_3 this
         0: .line 41
            ldc "ISO8859_3"
            areturn
        end local 0 // sun.io.ByteToCharISO8859_3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/ByteToCharISO8859_3;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.io.ByteToCharISO8859_3 this
         0: .line 44
            aload 0 /* this */
            invokespecial sun.io.ByteToCharSingleByte.<init>:()V
         1: .line 45
            aload 0 /* this */
            getstatic sun.io.ByteToCharISO8859_3.nioCoder:Lsun/nio/cs/ext/ISO_8859_3;
            invokevirtual sun.nio.cs.ext.ISO_8859_3.getDecoderSingleByteMappings:()Ljava/lang/String;
            putfield sun.io.ByteToCharSingleByte.byteToCharTable:Ljava/lang/String;
         2: .line 46
            return
        end local 0 // sun.io.ByteToCharISO8859_3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/io/ByteToCharISO8859_3;
}
SourceFile: "ByteToCharISO8859_3.java"