public interface sun.nio.cs.ArrayEncoder
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: sun.nio.cs.ArrayEncoder
  super_class: java.lang.Object
{
  public abstract int encode(char[], int, int, byte[]);
    descriptor: ([CII[B)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      src   
      off   
      len   
      dst   

  public int encodeFromLatin1(byte[], int, int, byte[]);
    descriptor: ([BII[B)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=5, args_size=5
        start local 0 // sun.nio.cs.ArrayEncoder this
        start local 1 // byte[] src
        start local 2 // int sp
        start local 3 // int len
        start local 4 // byte[] dst
         0: .line 39
            iconst_m1
            ireturn
        end local 4 // byte[] dst
        end local 3 // int len
        end local 2 // int sp
        end local 1 // byte[] src
        end local 0 // sun.nio.cs.ArrayEncoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/cs/ArrayEncoder;
            0    1     1   src  [B
            0    1     2    sp  I
            0    1     3   len  I
            0    1     4   dst  [B
    MethodParameters:
      Name  Flags
      src   
      sp    
      len   
      dst   

  public int encodeFromUTF16(byte[], int, int, byte[]);
    descriptor: ([BII[B)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=5, args_size=5
        start local 0 // sun.nio.cs.ArrayEncoder this
        start local 1 // byte[] src
        start local 2 // int sp
        start local 3 // int len
        start local 4 // byte[] dst
         0: .line 43
            iconst_m1
            ireturn
        end local 4 // byte[] dst
        end local 3 // int len
        end local 2 // int sp
        end local 1 // byte[] src
        end local 0 // sun.nio.cs.ArrayEncoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/cs/ArrayEncoder;
            0    1     1   src  [B
            0    1     2    sp  I
            0    1     3   len  I
            0    1     4   dst  [B
    MethodParameters:
      Name  Flags
      src   
      sp    
      len   
      dst   

  public boolean isASCIICompatible();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.cs.ArrayEncoder this
         0: .line 47
            iconst_0
            ireturn
        end local 0 // sun.nio.cs.ArrayEncoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/cs/ArrayEncoder;
}
SourceFile: "ArrayEncoder.java"