public class org.jboss.resteasy.util.ArrayCharSequence implements java.lang.CharSequence
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jboss.resteasy.util.ArrayCharSequence
  super_class: java.lang.Object
{
  private final char[] buf;
    descriptor: [C
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int offset;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int count;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(char[]);
    descriptor: ([C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.util.ArrayCharSequence this
        start local 1 // char[] buff
         0: .line 15
            aload 0 /* this */
            aload 1 /* buff */
            iconst_0
            aload 1 /* buff */
            arraylength
            invokespecial org.jboss.resteasy.util.ArrayCharSequence.<init>:([CII)V
         1: .line 16
            return
        end local 1 // char[] buff
        end local 0 // org.jboss.resteasy.util.ArrayCharSequence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jboss/resteasy/util/ArrayCharSequence;
            0    2     1  buff  [C
    MethodParameters:
      Name  Flags
      buff  final

  public void <init>(char[], int);
    descriptor: ([CI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jboss.resteasy.util.ArrayCharSequence this
        start local 1 // char[] buff
        start local 2 // int count
         0: .line 20
            aload 0 /* this */
            aload 1 /* buff */
            iconst_0
            iload 2 /* count */
            invokespecial org.jboss.resteasy.util.ArrayCharSequence.<init>:([CII)V
         1: .line 21
            return
        end local 2 // int count
        end local 1 // char[] buff
        end local 0 // org.jboss.resteasy.util.ArrayCharSequence this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/jboss/resteasy/util/ArrayCharSequence;
            0    2     1   buff  [C
            0    2     2  count  I
    MethodParameters:
       Name  Flags
      buff   final
      count  final

  public void <init>(char[], int, int);
    descriptor: ([CII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.jboss.resteasy.util.ArrayCharSequence this
        start local 1 // char[] buff
        start local 2 // int offset
        start local 3 // int count
         0: .line 23
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 25
            aload 0 /* this */
            aload 1 /* buff */
            putfield org.jboss.resteasy.util.ArrayCharSequence.buf:[C
         2: .line 26
            aload 0 /* this */
            iload 2 /* offset */
            putfield org.jboss.resteasy.util.ArrayCharSequence.offset:I
         3: .line 27
            aload 0 /* this */
            iload 3 /* count */
            putfield org.jboss.resteasy.util.ArrayCharSequence.count:I
         4: .line 28
            return
        end local 3 // int count
        end local 2 // int offset
        end local 1 // char[] buff
        end local 0 // org.jboss.resteasy.util.ArrayCharSequence this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/jboss/resteasy/util/ArrayCharSequence;
            0    5     1    buff  [C
            0    5     2  offset  I
            0    5     3   count  I
    MethodParameters:
        Name  Flags
      buff    final
      offset  final
      count   final

  public char charAt(int);
    descriptor: (I)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.util.ArrayCharSequence this
        start local 1 // int index
         0: .line 32
            iload 1 /* index */
            iflt 1
            iload 1 /* index */
            aload 0 /* this */
            getfield org.jboss.resteasy.util.ArrayCharSequence.count:I
            if_icmplt 2
         1: .line 34
      StackMap locals:
      StackMap stack:
            new java.lang.StringIndexOutOfBoundsException
            dup
            iload 1 /* index */
            invokespecial java.lang.StringIndexOutOfBoundsException.<init>:(I)V
            athrow
         2: .line 36
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.util.ArrayCharSequence.buf:[C
            aload 0 /* this */
            getfield org.jboss.resteasy.util.ArrayCharSequence.offset:I
            iload 1 /* index */
            iadd
            caload
            ireturn
        end local 1 // int index
        end local 0 // org.jboss.resteasy.util.ArrayCharSequence this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/jboss/resteasy/util/ArrayCharSequence;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int length();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.util.ArrayCharSequence this
         0: .line 41
            aload 0 /* this */
            getfield org.jboss.resteasy.util.ArrayCharSequence.count:I
            ireturn
        end local 0 // org.jboss.resteasy.util.ArrayCharSequence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/util/ArrayCharSequence;

  public java.lang.CharSequence subSequence(int, int);
    descriptor: (II)Ljava/lang/CharSequence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // org.jboss.resteasy.util.ArrayCharSequence this
        start local 1 // int beginIndex
        start local 2 // int endIndex
         0: .line 46
            iload 1 /* beginIndex */
            ifge 2
         1: .line 48
            new java.lang.StringIndexOutOfBoundsException
            dup
            iload 1 /* beginIndex */
            invokespecial java.lang.StringIndexOutOfBoundsException.<init>:(I)V
            athrow
         2: .line 50
      StackMap locals:
      StackMap stack:
            iload 2 /* endIndex */
            aload 0 /* this */
            getfield org.jboss.resteasy.util.ArrayCharSequence.count:I
            if_icmple 4
         3: .line 52
            new java.lang.StringIndexOutOfBoundsException
            dup
            iload 2 /* endIndex */
            invokespecial java.lang.StringIndexOutOfBoundsException.<init>:(I)V
            athrow
         4: .line 54
      StackMap locals:
      StackMap stack:
            iload 1 /* beginIndex */
            iload 2 /* endIndex */
            if_icmple 6
         5: .line 56
            new java.lang.StringIndexOutOfBoundsException
            dup
            iload 2 /* endIndex */
            iload 1 /* beginIndex */
            isub
            invokespecial java.lang.StringIndexOutOfBoundsException.<init>:(I)V
            athrow
         6: .line 58
      StackMap locals:
      StackMap stack:
            iload 1 /* beginIndex */
            ifne 8
            iload 2 /* endIndex */
            aload 0 /* this */
            getfield org.jboss.resteasy.util.ArrayCharSequence.count:I
            if_icmpne 8
         7: .line 59
            aload 0 /* this */
            goto 9
         8: .line 60
      StackMap locals:
      StackMap stack:
            new org.jboss.resteasy.util.ArrayCharSequence
            dup
            aload 0 /* this */
            getfield org.jboss.resteasy.util.ArrayCharSequence.buf:[C
            aload 0 /* this */
            getfield org.jboss.resteasy.util.ArrayCharSequence.offset:I
            iload 1 /* beginIndex */
            iadd
            iload 2 /* endIndex */
            iload 1 /* beginIndex */
            isub
            invokespecial org.jboss.resteasy.util.ArrayCharSequence.<init>:([CII)V
         9: .line 58
      StackMap locals:
      StackMap stack: org.jboss.resteasy.util.ArrayCharSequence
            areturn
        end local 2 // int endIndex
        end local 1 // int beginIndex
        end local 0 // org.jboss.resteasy.util.ArrayCharSequence this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Lorg/jboss/resteasy/util/ArrayCharSequence;
            0   10     1  beginIndex  I
            0   10     2    endIndex  I
    MethodParameters:
            Name  Flags
      beginIndex  
      endIndex    

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.util.ArrayCharSequence this
         0: .line 65
            new java.lang.String
            dup
            aload 0 /* this */
            getfield org.jboss.resteasy.util.ArrayCharSequence.buf:[C
            aload 0 /* this */
            getfield org.jboss.resteasy.util.ArrayCharSequence.offset:I
            aload 0 /* this */
            getfield org.jboss.resteasy.util.ArrayCharSequence.count:I
            invokespecial java.lang.String.<init>:([CII)V
            areturn
        end local 0 // org.jboss.resteasy.util.ArrayCharSequence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/util/ArrayCharSequence;
}
SourceFile: "ArrayCharSequence.java"