public class sun.io.CharToByteISO8859_15 extends sun.io.CharToByteSingleByte
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.io.CharToByteISO8859_15
  super_class: sun.io.CharToByteSingleByte
{
  private static final sun.nio.cs.ISO_8859_15 nioCoder;
    descriptor: Lsun/nio/cs/ISO_8859_15;
    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 43
            new sun.nio.cs.ISO_8859_15
            dup
            invokespecial sun.nio.cs.ISO_8859_15.<init>:()V
            putstatic sun.io.CharToByteISO8859_15.nioCoder:Lsun/nio/cs/ISO_8859_15;
            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.CharToByteISO8859_15 this
         0: .line 46
            ldc "ISO8859_15"
            areturn
        end local 0 // sun.io.CharToByteISO8859_15 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/CharToByteISO8859_15;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.io.CharToByteISO8859_15 this
         0: .line 49
            aload 0 /* this */
            invokespecial sun.io.CharToByteSingleByte.<init>:()V
         1: .line 50
            aload 0 /* this */
            ldc 65280
            putfield sun.io.CharToByteSingleByte.mask1:I
         2: .line 51
            aload 0 /* this */
            sipush 255
            putfield sun.io.CharToByteSingleByte.mask2:I
         3: .line 52
            aload 0 /* this */
            bipush 8
            putfield sun.io.CharToByteSingleByte.shift:I
         4: .line 53
            aload 0 /* this */
            getstatic sun.io.CharToByteISO8859_15.nioCoder:Lsun/nio/cs/ISO_8859_15;
            invokevirtual sun.nio.cs.ISO_8859_15.getEncoderIndex1:()[C
            putfield sun.io.CharToByteSingleByte.index1:[C
         5: .line 54
            aload 0 /* this */
            getstatic sun.io.CharToByteISO8859_15.nioCoder:Lsun/nio/cs/ISO_8859_15;
            invokevirtual sun.nio.cs.ISO_8859_15.getEncoderIndex2:()[C
            putfield sun.io.CharToByteSingleByte.index2:[C
         6: .line 55
            return
        end local 0 // sun.io.CharToByteISO8859_15 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/io/CharToByteISO8859_15;
}
SourceFile: "CharToByteISO8859_15.java"