abstract class org.glassfish.jersey.client.ChunkedInput$AbstractBoundaryParser implements org.glassfish.jersey.client.ChunkParser
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.glassfish.jersey.client.ChunkedInput$AbstractBoundaryParser
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.jersey.client.ChunkedInput$AbstractBoundaryParser this
         0: .line 101
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.glassfish.jersey.client.ChunkedInput$AbstractBoundaryParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/ChunkedInput$AbstractBoundaryParser;

  public byte[] readChunk(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=9, args_size=2
        start local 0 // org.glassfish.jersey.client.ChunkedInput$AbstractBoundaryParser this
        start local 1 // java.io.InputStream in
         0: .line 105
            new java.io.ByteArrayOutputStream
            dup
            invokespecial java.io.ByteArrayOutputStream.<init>:()V
            astore 2 /* buffer */
        start local 2 // java.io.ByteArrayOutputStream buffer
         1: .line 106
            aload 0 /* this */
            invokevirtual org.glassfish.jersey.client.ChunkedInput$AbstractBoundaryParser.getDelimiterBufferSize:()I
            newarray 8
            astore 3 /* delimiterBuffer */
        start local 3 // byte[] delimiterBuffer
         2: .line 111
      StackMap locals: java.io.ByteArrayOutputStream byte[]
      StackMap stack:
            iconst_0
            istore 5 /* dPos */
        start local 5 // int dPos
         3: .line 112
            goto 25
        start local 4 // int data
         4: .line 113
      StackMap locals: int int
      StackMap stack:
            iload 4 /* data */
            i2b
            istore 6 /* b */
        start local 6 // byte b
         5: .line 114
            aload 0 /* this */
            iload 6 /* b */
            iload 5 /* dPos */
            aload 3 /* delimiterBuffer */
            invokevirtual org.glassfish.jersey.client.ChunkedInput$AbstractBoundaryParser.getDelimiter:(BI[B)[B
            astore 7 /* delimiter */
        start local 7 // byte[] delimiter
         6: .line 117
            aload 7 /* delimiter */
            ifnull 10
            iload 6 /* b */
            aload 7 /* delimiter */
            iload 5 /* dPos */
            baload
            if_icmpne 10
         7: .line 118
            aload 3 /* delimiterBuffer */
            iload 5 /* dPos */
            iinc 5 /* dPos */ 1
            iload 6 /* b */
            bastore
         8: .line 119
            iload 5 /* dPos */
            aload 7 /* delimiter */
            arraylength
            if_icmpne 25
         9: .line 121
            goto 27
        10: .line 123
      StackMap locals: int byte[]
      StackMap stack:
            iload 5 /* dPos */
            ifle 24
        11: .line 124
            aload 0 /* this */
            iload 5 /* dPos */
            iconst_1
            isub
            aload 3 /* delimiterBuffer */
            invokevirtual org.glassfish.jersey.client.ChunkedInput$AbstractBoundaryParser.getDelimiter:(I[B)[B
            astore 7 /* delimiter */
        12: .line 125
            aload 3 /* delimiterBuffer */
            iload 5 /* dPos */
            iload 6 /* b */
            bastore
        13: .line 127
            aload 3 /* delimiterBuffer */
            iconst_1
            iload 5 /* dPos */
            aload 7 /* delimiter */
            invokestatic org.glassfish.jersey.client.ChunkedInput$AbstractBoundaryParser.matchTail:([BII[B)I
            istore 8 /* matched */
        start local 8 // int matched
        14: .line 128
            iload 8 /* matched */
            ifne 19
        15: .line 130
            aload 2 /* buffer */
            aload 3 /* delimiterBuffer */
            iconst_0
            iload 5 /* dPos */
            invokevirtual java.io.ByteArrayOutputStream.write:([BII)V
        16: .line 131
            aload 2 /* buffer */
            iload 6 /* b */
            invokevirtual java.io.ByteArrayOutputStream.write:(I)V
        17: .line 132
            iconst_0
            istore 5 /* dPos */
        18: .line 133
            goto 25
      StackMap locals: int
      StackMap stack:
        19: iload 8 /* matched */
            aload 7 /* delimiter */
            arraylength
            if_icmpne 21
        20: .line 135
            goto 27
        21: .line 139
      StackMap locals:
      StackMap stack:
            aload 2 /* buffer */
            aload 3 /* delimiterBuffer */
            iconst_0
            iload 5 /* dPos */
            iconst_1
            iadd
            iload 8 /* matched */
            isub
            invokevirtual java.io.ByteArrayOutputStream.write:([BII)V
        22: .line 140
            iload 8 /* matched */
            istore 5 /* dPos */
        end local 8 // int matched
        23: .line 142
            goto 25
        24: .line 143
      StackMap locals:
      StackMap stack:
            aload 2 /* buffer */
            iload 6 /* b */
            invokevirtual java.io.ByteArrayOutputStream.write:(I)V
        end local 7 // byte[] delimiter
        end local 6 // byte b
        end local 4 // int data
        25: .line 112
      StackMap locals: org.glassfish.jersey.client.ChunkedInput$AbstractBoundaryParser java.io.InputStream java.io.ByteArrayOutputStream byte[] top int
      StackMap stack:
            aload 1 /* in */
            invokevirtual java.io.InputStream.read:()I
            dup
            istore 4 /* data */
        start local 4 // int data
        26: iconst_m1
            if_icmpne 4
        27: .line 147
      StackMap locals: org.glassfish.jersey.client.ChunkedInput$AbstractBoundaryParser java.io.InputStream java.io.ByteArrayOutputStream byte[] int int
      StackMap stack:
            iload 4 /* data */
            iconst_m1
            if_icmpeq 28
            aload 2 /* buffer */
            invokevirtual java.io.ByteArrayOutputStream.size:()I
            ifeq 2
        28: .line 149
      StackMap locals:
      StackMap stack:
            iload 5 /* dPos */
            ifle 30
            iload 5 /* dPos */
            aload 0 /* this */
            iload 5 /* dPos */
            iconst_1
            isub
            aload 3 /* delimiterBuffer */
            invokevirtual org.glassfish.jersey.client.ChunkedInput$AbstractBoundaryParser.getDelimiter:(I[B)[B
            arraylength
            if_icmpeq 30
        29: .line 151
            aload 2 /* buffer */
            aload 3 /* delimiterBuffer */
            iconst_0
            iload 5 /* dPos */
            invokevirtual java.io.ByteArrayOutputStream.write:([BII)V
        30: .line 154
      StackMap locals:
      StackMap stack:
            aload 2 /* buffer */
            invokevirtual java.io.ByteArrayOutputStream.size:()I
            ifle 31
            aload 2 /* buffer */
            invokevirtual java.io.ByteArrayOutputStream.toByteArray:()[B
            goto 32
      StackMap locals:
      StackMap stack:
        31: aconst_null
      StackMap locals:
      StackMap stack: byte[]
        32: areturn
        end local 5 // int dPos
        end local 4 // int data
        end local 3 // byte[] delimiterBuffer
        end local 2 // java.io.ByteArrayOutputStream buffer
        end local 1 // java.io.InputStream in
        end local 0 // org.glassfish.jersey.client.ChunkedInput$AbstractBoundaryParser this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   33     0             this  Lorg/glassfish/jersey/client/ChunkedInput$AbstractBoundaryParser;
            0   33     1               in  Ljava/io/InputStream;
            1   33     2           buffer  Ljava/io/ByteArrayOutputStream;
            2   33     3  delimiterBuffer  [B
            4   25     4             data  I
           26   33     4             data  I
            3   33     5             dPos  I
            5   25     6                b  B
            6   25     7        delimiter  [B
           14   23     8          matched  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      in    final

  abstract byte[] getDelimiter(byte, int, byte[]);
    descriptor: (BI[B)[B
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
                 Name  Flags
      b                
      pos              
      delimiterBuffer  

  abstract byte[] getDelimiter(int, byte[]);
    descriptor: (I[B)[B
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
                 Name  Flags
      pos              
      delimiterBuffer  

  abstract int getDelimiterBufferSize();
    descriptor: ()I
    flags: (0x0400) ACC_ABSTRACT

  private static int matchTail(byte[], int, int, byte[]);
    descriptor: ([BII[B)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=7, args_size=4
        start local 0 // byte[] buffer
        start local 1 // int offset
        start local 2 // int length
        start local 3 // byte[] pattern
         0: .line 212
            aload 3 /* pattern */
            ifnonnull 2
         1: .line 213
            iconst_0
            ireturn
         2: .line 217
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         3: goto 13
         4: .line 218
      StackMap locals: int
      StackMap stack:
            iload 2 /* length */
            iload 4 /* i */
            isub
            istore 5 /* tailLength */
        start local 5 // int tailLength
         5: .line 219
            iconst_0
            istore 6 /* j */
        start local 6 // int j
         6: goto 10
         7: .line 220
      StackMap locals: int int
      StackMap stack:
            aload 0 /* buffer */
            iload 1 /* offset */
            iload 4 /* i */
            iadd
            iload 6 /* j */
            iadd
            baload
            aload 3 /* pattern */
            iload 6 /* j */
            baload
            if_icmpeq 9
         8: .line 222
            goto 12
         9: .line 219
      StackMap locals:
      StackMap stack:
            iinc 6 /* j */ 1
      StackMap locals:
      StackMap stack:
        10: iload 6 /* j */
            iload 5 /* tailLength */
            if_icmplt 7
        end local 6 // int j
        11: .line 227
            iload 5 /* tailLength */
            ireturn
        end local 5 // int tailLength
        12: .line 217
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 4 /* i */
            iload 2 /* length */
            if_icmplt 4
        end local 4 // int i
        14: .line 229
            iconst_0
            ireturn
        end local 3 // byte[] pattern
        end local 2 // int length
        end local 1 // int offset
        end local 0 // byte[] buffer
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   15     0      buffer  [B
            0   15     1      offset  I
            0   15     2      length  I
            0   15     3     pattern  [B
            3   14     4           i  I
            5   12     5  tailLength  I
            6   11     6           j  I
    MethodParameters:
         Name  Flags
      buffer   
      offset   
      length   
      pattern  
}
SourceFile: "ChunkedInput.java"
NestHost: org.glassfish.jersey.client.ChunkedInput
InnerClasses:
  private abstract AbstractBoundaryParser = org.glassfish.jersey.client.ChunkedInput$AbstractBoundaryParser of org.glassfish.jersey.client.ChunkedInput