public abstract class org.jcodings.SingleByteEncoding extends org.jcodings.AbstractEncoding
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.jcodings.SingleByteEncoding
  super_class: org.jcodings.AbstractEncoding
{
  public static final int MAX_BYTE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 255

  protected final byte[] LowerCaseTable;
    descriptor: [B
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected void <init>(java.lang.String, short[], byte[]);
    descriptor: (Ljava/lang/String;[S[B)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.jcodings.SingleByteEncoding this
        start local 1 // java.lang.String name
        start local 2 // short[] CTypeTable
        start local 3 // byte[] LowerCaseTable
         0: .line 30
            aload 0 /* this */
            aload 1 /* name */
            iconst_1
            iconst_1
            aload 2 /* CTypeTable */
            invokespecial org.jcodings.AbstractEncoding.<init>:(Ljava/lang/String;II[S)V
         1: .line 31
            aload 0 /* this */
            aload 3 /* LowerCaseTable */
            putfield org.jcodings.SingleByteEncoding.LowerCaseTable:[B
         2: .line 32
            return
        end local 3 // byte[] LowerCaseTable
        end local 2 // short[] CTypeTable
        end local 1 // java.lang.String name
        end local 0 // org.jcodings.SingleByteEncoding this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lorg/jcodings/SingleByteEncoding;
            0    3     1            name  Ljava/lang/String;
            0    3     2      CTypeTable  [S
            0    3     3  LowerCaseTable  [B
    MethodParameters:
                Name  Flags
      name            
      CTypeTable      
      LowerCaseTable  

  public int length(byte);
    descriptor: (B)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.jcodings.SingleByteEncoding this
        start local 1 // byte c
         0: .line 38
            iconst_1
            ireturn
        end local 1 // byte c
        end local 0 // org.jcodings.SingleByteEncoding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jcodings/SingleByteEncoding;
            0    1     1     c  B
    MethodParameters:
      Name  Flags
      c     

  public int length(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // org.jcodings.SingleByteEncoding this
        start local 1 // byte[] bytes
        start local 2 // int p
        start local 3 // int end
         0: .line 43
            iconst_1
            ireturn
        end local 3 // int end
        end local 2 // int p
        end local 1 // byte[] bytes
        end local 0 // org.jcodings.SingleByteEncoding this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/jcodings/SingleByteEncoding;
            0    1     1  bytes  [B
            0    1     2      p  I
            0    1     3    end  I
    MethodParameters:
       Name  Flags
      bytes  
      p      
      end    

  public final int strLength(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.jcodings.SingleByteEncoding this
        start local 1 // byte[] bytes
        start local 2 // int p
        start local 3 // int end
         0: .line 48
            iload 3 /* end */
            iload 2 /* p */
            isub
            ireturn
        end local 3 // int end
        end local 2 // int p
        end local 1 // byte[] bytes
        end local 0 // org.jcodings.SingleByteEncoding this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/jcodings/SingleByteEncoding;
            0    1     1  bytes  [B
            0    1     2      p  I
            0    1     3    end  I
    MethodParameters:
       Name  Flags
      bytes  
      p      
      end    

  public int strCodeAt(byte[], int, int, int);
    descriptor: ([BIII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.jcodings.SingleByteEncoding this
        start local 1 // byte[] bytes
        start local 2 // int p
        start local 3 // int end
        start local 4 // int index
         0: .line 53
            aload 1 /* bytes */
            iload 4 /* index */
            baload
            sipush 255
            iand
            ireturn
        end local 4 // int index
        end local 3 // int end
        end local 2 // int p
        end local 1 // byte[] bytes
        end local 0 // org.jcodings.SingleByteEncoding this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/jcodings/SingleByteEncoding;
            0    1     1  bytes  [B
            0    1     2      p  I
            0    1     3    end  I
            0    1     4  index  I
    MethodParameters:
       Name  Flags
      bytes  
      p      
      end    
      index  

  public int caseMap(org.jcodings.IntHolder, byte[], org.jcodings.IntHolder, int, byte[], int, int);
    descriptor: (Lorg/jcodings/IntHolder;[BLorg/jcodings/IntHolder;I[BII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=8, args_size=8
        start local 0 // org.jcodings.SingleByteEncoding this
        start local 1 // org.jcodings.IntHolder flagP
        start local 2 // byte[] bytes
        start local 3 // org.jcodings.IntHolder pp
        start local 4 // int end
        start local 5 // byte[] to
        start local 6 // int toP
        start local 7 // int toEnd
         0: .line 59
            aload 0 /* this */
            aload 1 /* flagP */
            aload 2 /* bytes */
            aload 3 /* pp */
            iload 4 /* end */
            aload 5 /* to */
            iload 6 /* toP */
            iload 7 /* toEnd */
            invokevirtual org.jcodings.SingleByteEncoding.singleByteAsciiOnlyCaseMap:(Lorg/jcodings/IntHolder;[BLorg/jcodings/IntHolder;I[BII)I
            ireturn
        end local 7 // int toEnd
        end local 6 // int toP
        end local 5 // byte[] to
        end local 4 // int end
        end local 3 // org.jcodings.IntHolder pp
        end local 2 // byte[] bytes
        end local 1 // org.jcodings.IntHolder flagP
        end local 0 // org.jcodings.SingleByteEncoding this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/jcodings/SingleByteEncoding;
            0    1     1  flagP  Lorg/jcodings/IntHolder;
            0    1     2  bytes  [B
            0    1     3     pp  Lorg/jcodings/IntHolder;
            0    1     4    end  I
            0    1     5     to  [B
            0    1     6    toP  I
            0    1     7  toEnd  I
    MethodParameters:
       Name  Flags
      flagP  
      bytes  
      pp     
      end    
      to     
      toP    
      toEnd  

  public int mbcToCode(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.jcodings.SingleByteEncoding this
        start local 1 // byte[] bytes
        start local 2 // int p
        start local 3 // int end
         0: .line 66
            aload 1 /* bytes */
            iload 2 /* p */
            baload
            sipush 255
            iand
            ireturn
        end local 3 // int end
        end local 2 // int p
        end local 1 // byte[] bytes
        end local 0 // org.jcodings.SingleByteEncoding this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/jcodings/SingleByteEncoding;
            0    1     1  bytes  [B
            0    1     2      p  I
            0    1     3    end  I
    MethodParameters:
       Name  Flags
      bytes  
      p      
      end    

  public int codeToMbcLength(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.jcodings.SingleByteEncoding this
        start local 1 // int code
         0: .line 73
            iconst_1
            ireturn
        end local 1 // int code
        end local 0 // org.jcodings.SingleByteEncoding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jcodings/SingleByteEncoding;
            0    1     1  code  I
    MethodParameters:
      Name  Flags
      code  

  public final int codeToMbc(int, byte[], int);
    descriptor: (I[BI)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.jcodings.SingleByteEncoding this
        start local 1 // int code
        start local 2 // byte[] bytes
        start local 3 // int p
         0: .line 80
            iload 1 /* code */
            sipush 255
            if_icmple 1
            sipush -401
            ireturn
         1: .line 82
      StackMap locals:
      StackMap stack:
            aload 2 /* bytes */
            iload 3 /* p */
            iload 1 /* code */
            i2b
            bastore
         2: .line 83
            iconst_1
            ireturn
        end local 3 // int p
        end local 2 // byte[] bytes
        end local 1 // int code
        end local 0 // org.jcodings.SingleByteEncoding this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/jcodings/SingleByteEncoding;
            0    3     1   code  I
            0    3     2  bytes  [B
            0    3     3      p  I
    MethodParameters:
       Name  Flags
      code   
      bytes  
      p      

  public final int[] ctypeCodeRange(int, org.jcodings.IntHolder);
    descriptor: (ILorg/jcodings/IntHolder;)[I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.jcodings.SingleByteEncoding this
        start local 1 // int ctype
        start local 2 // org.jcodings.IntHolder sbOut
         0: .line 90
            aconst_null
            areturn
        end local 2 // org.jcodings.IntHolder sbOut
        end local 1 // int ctype
        end local 0 // org.jcodings.SingleByteEncoding this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/jcodings/SingleByteEncoding;
            0    1     1  ctype  I
            0    1     2  sbOut  Lorg/jcodings/IntHolder;
    MethodParameters:
       Name  Flags
      ctype  
      sbOut  

  public final int leftAdjustCharHead(byte[], int, int, int);
    descriptor: ([BIII)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=5, args_size=5
        start local 0 // org.jcodings.SingleByteEncoding this
        start local 1 // byte[] bytes
        start local 2 // int p
        start local 3 // int s
        start local 4 // int end
         0: .line 97
            iload 3 /* s */
            ireturn
        end local 4 // int end
        end local 3 // int s
        end local 2 // int p
        end local 1 // byte[] bytes
        end local 0 // org.jcodings.SingleByteEncoding this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/jcodings/SingleByteEncoding;
            0    1     1  bytes  [B
            0    1     2      p  I
            0    1     3      s  I
            0    1     4    end  I
    MethodParameters:
       Name  Flags
      bytes  
      p      
      s      
      end    

  public final boolean isReverseMatchAllowed(byte[], int, int);
    descriptor: ([BII)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // org.jcodings.SingleByteEncoding this
        start local 1 // byte[] bytes
        start local 2 // int p
        start local 3 // int end
         0: .line 104
            iconst_1
            ireturn
        end local 3 // int end
        end local 2 // int p
        end local 1 // byte[] bytes
        end local 0 // org.jcodings.SingleByteEncoding this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/jcodings/SingleByteEncoding;
            0    1     1  bytes  [B
            0    1     2      p  I
            0    1     3    end  I
    MethodParameters:
       Name  Flags
      bytes  
      p      
      end    

  public boolean isNewLine(byte[], int, int);
    descriptor: ([BII)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            iload 2
            iload 3
            invokespecial org.jcodings.AbstractEncoding.isNewLine:([BII)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public int mbcCaseFold(int, byte[], org.jcodings.IntHolder, int, byte[]);
    descriptor: (I[BLorg/jcodings/IntHolder;I[B)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=6, locals=6, args_size=6
         0: .line 1
            aload 0
            iload 1
            aload 2
            aload 3
            iload 4
            aload 5
            invokespecial org.jcodings.AbstractEncoding.mbcCaseFold:(I[BLorg/jcodings/IntHolder;I[B)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.jcodings.CaseFoldCodeItem[] caseFoldCodesByString(int, byte[], int, int);
    descriptor: (I[BII)[Lorg/jcodings/CaseFoldCodeItem;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            iload 1
            aload 2
            iload 3
            iload 4
            invokespecial org.jcodings.AbstractEncoding.caseFoldCodesByString:(I[BII)[Lorg/jcodings/CaseFoldCodeItem;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void applyAllCaseFold(int, org.jcodings.ApplyAllCaseFoldFunction, java.lang.Object);
    descriptor: (ILorg/jcodings/ApplyAllCaseFoldFunction;Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            iload 1
            aload 2
            aload 3
            invokespecial org.jcodings.AbstractEncoding.applyAllCaseFold:(ILorg/jcodings/ApplyAllCaseFoldFunction;Ljava/lang/Object;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public int propertyNameToCType(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            iload 2
            iload 3
            invokespecial org.jcodings.AbstractEncoding.propertyNameToCType:([BII)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "SingleByteEncoding.java"