public class org.apache.fop.hyphenation.ByteVector implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.fop.hyphenation.ByteVector
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1554572867863466772

  private static final int DEFAULT_BLOCK_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2048

  private int blockSize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private byte[] array;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  private int n;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.fop.hyphenation.ByteVector this
         0: .line 54
            aload 0 /* this */
            sipush 2048
            invokespecial org.apache.fop.hyphenation.ByteVector.<init>:(I)V
         1: .line 55
            return
        end local 0 // org.apache.fop.hyphenation.ByteVector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/fop/hyphenation/ByteVector;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.hyphenation.ByteVector this
        start local 1 // int capacity
         0: .line 61
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 62
            iload 1 /* capacity */
            ifle 4
         2: .line 63
            aload 0 /* this */
            iload 1 /* capacity */
            putfield org.apache.fop.hyphenation.ByteVector.blockSize:I
         3: .line 64
            goto 5
         4: .line 65
      StackMap locals: org.apache.fop.hyphenation.ByteVector int
      StackMap stack:
            aload 0 /* this */
            sipush 2048
            putfield org.apache.fop.hyphenation.ByteVector.blockSize:I
         5: .line 67
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.ByteVector.blockSize:I
            newarray 8
            putfield org.apache.fop.hyphenation.ByteVector.array:[B
         6: .line 68
            aload 0 /* this */
            iconst_0
            putfield org.apache.fop.hyphenation.ByteVector.n:I
         7: .line 69
            return
        end local 1 // int capacity
        end local 0 // org.apache.fop.hyphenation.ByteVector this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/apache/fop/hyphenation/ByteVector;
            0    8     1  capacity  I
    MethodParameters:
          Name  Flags
      capacity  

  public void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.hyphenation.ByteVector this
        start local 1 // byte[] a
         0: .line 77
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 78
            aload 0 /* this */
            sipush 2048
            putfield org.apache.fop.hyphenation.ByteVector.blockSize:I
         2: .line 79
            aload 0 /* this */
            aload 1 /* a */
            putfield org.apache.fop.hyphenation.ByteVector.array:[B
         3: .line 80
            aload 0 /* this */
            iconst_0
            putfield org.apache.fop.hyphenation.ByteVector.n:I
         4: .line 81
            return
        end local 1 // byte[] a
        end local 0 // org.apache.fop.hyphenation.ByteVector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/fop/hyphenation/ByteVector;
            0    5     1     a  [B
    MethodParameters:
      Name  Flags
      a     

  public void <init>(byte[], int);
    descriptor: ([BI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.fop.hyphenation.ByteVector this
        start local 1 // byte[] a
        start local 2 // int capacity
         0: .line 90
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 91
            iload 2 /* capacity */
            ifle 4
         2: .line 92
            aload 0 /* this */
            iload 2 /* capacity */
            putfield org.apache.fop.hyphenation.ByteVector.blockSize:I
         3: .line 93
            goto 5
         4: .line 94
      StackMap locals: org.apache.fop.hyphenation.ByteVector byte[] int
      StackMap stack:
            aload 0 /* this */
            sipush 2048
            putfield org.apache.fop.hyphenation.ByteVector.blockSize:I
         5: .line 96
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* a */
            putfield org.apache.fop.hyphenation.ByteVector.array:[B
         6: .line 97
            aload 0 /* this */
            iconst_0
            putfield org.apache.fop.hyphenation.ByteVector.n:I
         7: .line 98
            return
        end local 2 // int capacity
        end local 1 // byte[] a
        end local 0 // org.apache.fop.hyphenation.ByteVector this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/apache/fop/hyphenation/ByteVector;
            0    8     1         a  [B
            0    8     2  capacity  I
    MethodParameters:
          Name  Flags
      a         
      capacity  

  public byte[] getArray();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.hyphenation.ByteVector this
         0: .line 105
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.ByteVector.array:[B
            areturn
        end local 0 // org.apache.fop.hyphenation.ByteVector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/hyphenation/ByteVector;

  public int length();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.hyphenation.ByteVector this
         0: .line 113
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.ByteVector.n:I
            ireturn
        end local 0 // org.apache.fop.hyphenation.ByteVector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/hyphenation/ByteVector;

  public int capacity();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.hyphenation.ByteVector this
         0: .line 121
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.ByteVector.array:[B
            arraylength
            ireturn
        end local 0 // org.apache.fop.hyphenation.ByteVector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/hyphenation/ByteVector;

  public void put(int, byte);
    descriptor: (IB)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.fop.hyphenation.ByteVector this
        start local 1 // int index
        start local 2 // byte val
         0: .line 130
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.ByteVector.array:[B
            iload 1 /* index */
            iload 2 /* val */
            bastore
         1: .line 131
            return
        end local 2 // byte val
        end local 1 // int index
        end local 0 // org.apache.fop.hyphenation.ByteVector this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/fop/hyphenation/ByteVector;
            0    2     1  index  I
            0    2     2    val  B
    MethodParameters:
       Name  Flags
      index  
      val    

  public byte get(int);
    descriptor: (I)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.hyphenation.ByteVector this
        start local 1 // int index
         0: .line 139
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.ByteVector.array:[B
            iload 1 /* index */
            baload
            ireturn
        end local 1 // int index
        end local 0 // org.apache.fop.hyphenation.ByteVector this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/fop/hyphenation/ByteVector;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int alloc(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // org.apache.fop.hyphenation.ByteVector this
        start local 1 // int size
         0: .line 148
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.ByteVector.n:I
            istore 2 /* index */
        start local 2 // int index
         1: .line 149
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.ByteVector.array:[B
            arraylength
            istore 3 /* len */
        start local 3 // int len
         2: .line 150
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.ByteVector.n:I
            iload 1 /* size */
            iadd
            iload 3 /* len */
            if_icmplt 6
         3: .line 151
            iload 3 /* len */
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.ByteVector.blockSize:I
            iadd
            newarray 8
            astore 4 /* aux */
        start local 4 // byte[] aux
         4: .line 152
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.ByteVector.array:[B
            iconst_0
            aload 4 /* aux */
            iconst_0
            iload 3 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 153
            aload 0 /* this */
            aload 4 /* aux */
            putfield org.apache.fop.hyphenation.ByteVector.array:[B
        end local 4 // byte[] aux
         6: .line 155
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.apache.fop.hyphenation.ByteVector.n:I
            iload 1 /* size */
            iadd
            putfield org.apache.fop.hyphenation.ByteVector.n:I
         7: .line 156
            iload 2 /* index */
            ireturn
        end local 3 // int len
        end local 2 // int index
        end local 1 // int size
        end local 0 // org.apache.fop.hyphenation.ByteVector this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/apache/fop/hyphenation/ByteVector;
            0    8     1   size  I
            1    8     2  index  I
            2    8     3    len  I
            4    6     4    aux  [B
    MethodParameters:
      Name  Flags
      size  

  public void trimToSize();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.apache.fop.hyphenation.ByteVector this
         0: .line 163
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.ByteVector.n:I
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.ByteVector.array:[B
            arraylength
            if_icmpge 4
         1: .line 164
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.ByteVector.n:I
            newarray 8
            astore 1 /* aux */
        start local 1 // byte[] aux
         2: .line 165
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.ByteVector.array:[B
            iconst_0
            aload 1 /* aux */
            iconst_0
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.ByteVector.n:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         3: .line 166
            aload 0 /* this */
            aload 1 /* aux */
            putfield org.apache.fop.hyphenation.ByteVector.array:[B
        end local 1 // byte[] aux
         4: .line 168
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.fop.hyphenation.ByteVector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/fop/hyphenation/ByteVector;
            2    4     1   aux  [B
}
SourceFile: "ByteVector.java"