final class org.glassfish.grizzly.http.util.IntermediateInputStream extends java.io.InputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.glassfish.grizzly.http.util.IntermediateInputStream
  super_class: java.io.InputStream
{
  org.glassfish.grizzly.http.util.ByteChunk bc;
    descriptor: Lorg/glassfish/grizzly/http/util/ByteChunk;
    flags: (0x0000) 

  boolean initialized;
    descriptor: Z
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.IntermediateInputStream this
         0: .line 269
            aload 0 /* this */
            invokespecial java.io.InputStream.<init>:()V
         1: .line 266
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.util.IntermediateInputStream.bc:Lorg/glassfish/grizzly/http/util/ByteChunk;
         2: .line 267
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.IntermediateInputStream.initialized:Z
         3: .line 270
            return
        end local 0 // org.glassfish.grizzly.http.util.IntermediateInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/glassfish/grizzly/http/util/IntermediateInputStream;

  public final void close();
    descriptor: ()V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.IntermediateInputStream this
         0: .line 274
            new java.io.IOException
            dup
            ldc "close() called - shouldn't happen "
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.http.util.IntermediateInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/util/IntermediateInputStream;
    Exceptions:
      throws java.io.IOException

  public final int read(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.glassfish.grizzly.http.util.IntermediateInputStream this
        start local 1 // byte[] cbuf
        start local 2 // int off
        start local 3 // int len
         0: .line 278
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.IntermediateInputStream.initialized:Z
            ifne 1
            iconst_m1
            ireturn
         1: .line 279
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.IntermediateInputStream.bc:Lorg/glassfish/grizzly/http/util/ByteChunk;
            aload 1 /* cbuf */
            iload 2 /* off */
            iload 3 /* len */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.substract:([BII)I
            ireturn
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] cbuf
        end local 0 // org.glassfish.grizzly.http.util.IntermediateInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/http/util/IntermediateInputStream;
            0    2     1  cbuf  [B
            0    2     2   off  I
            0    2     3   len  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      cbuf  
      off   
      len   

  public final int read();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.IntermediateInputStream this
         0: .line 283
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.IntermediateInputStream.initialized:Z
            ifne 1
            iconst_m1
            ireturn
         1: .line 284
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.IntermediateInputStream.bc:Lorg/glassfish/grizzly/http/util/ByteChunk;
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.substract:()I
            ireturn
        end local 0 // org.glassfish.grizzly.http.util.IntermediateInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/http/util/IntermediateInputStream;
    Exceptions:
      throws java.io.IOException

  public int available();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.IntermediateInputStream this
         0: .line 288
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.IntermediateInputStream.initialized:Z
            ifne 1
            iconst_0
            ireturn
         1: .line 289
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.IntermediateInputStream.bc:Lorg/glassfish/grizzly/http/util/ByteChunk;
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getLength:()I
            ireturn
        end local 0 // org.glassfish.grizzly.http.util.IntermediateInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/http/util/IntermediateInputStream;
    Exceptions:
      throws java.io.IOException

  void setByteChunk(org.glassfish.grizzly.http.util.ByteChunk);
    descriptor: (Lorg/glassfish/grizzly/http/util/ByteChunk;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.IntermediateInputStream this
        start local 1 // org.glassfish.grizzly.http.util.ByteChunk mb
         0: .line 295
            aload 0 /* this */
            aload 1 /* mb */
            ifnull 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack: org.glassfish.grizzly.http.util.IntermediateInputStream
         1: iconst_0
      StackMap locals: org.glassfish.grizzly.http.util.IntermediateInputStream org.glassfish.grizzly.http.util.ByteChunk
      StackMap stack: org.glassfish.grizzly.http.util.IntermediateInputStream int
         2: putfield org.glassfish.grizzly.http.util.IntermediateInputStream.initialized:Z
         3: .line 296
            aload 0 /* this */
            aload 1 /* mb */
            putfield org.glassfish.grizzly.http.util.IntermediateInputStream.bc:Lorg/glassfish/grizzly/http/util/ByteChunk;
         4: .line 297
            return
        end local 1 // org.glassfish.grizzly.http.util.ByteChunk mb
        end local 0 // org.glassfish.grizzly.http.util.IntermediateInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/glassfish/grizzly/http/util/IntermediateInputStream;
            0    5     1    mb  Lorg/glassfish/grizzly/http/util/ByteChunk;
    MethodParameters:
      Name  Flags
      mb    
}
SourceFile: "B2CConverterBlocking.java"