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 229
            aload 0 /* this */
            invokespecial java.io.InputStream.<init>:()V
         1: .line 226
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.util.IntermediateInputStream.bc:Lorg/glassfish/grizzly/http/util/ByteChunk;
         2: .line 227
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.IntermediateInputStream.initialized:Z
         3: .line 230
            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 void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.IntermediateInputStream this
         0: .line 235
            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 int read(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0001) ACC_PUBLIC
    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 240
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.IntermediateInputStream.initialized:Z
            ifne 2
         1: .line 241
            iconst_m1
            ireturn
         2: .line 243
      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    3     0  this  Lorg/glassfish/grizzly/http/util/IntermediateInputStream;
            0    3     1  cbuf  [B
            0    3     2   off  I
            0    3     3   len  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      cbuf  
      off   
      len   

  public int read();
    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 248
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.IntermediateInputStream.initialized:Z
            ifne 2
         1: .line 249
            iconst_m1
            ireturn
         2: .line 251
      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    3     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 256
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.IntermediateInputStream.initialized:Z
            ifne 2
         1: .line 257
            iconst_0
            ireturn
         2: .line 259
      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    3     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 265
            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 266
            aload 0 /* this */
            aload 1 /* mb */
            putfield org.glassfish.grizzly.http.util.IntermediateInputStream.bc:Lorg/glassfish/grizzly/http/util/ByteChunk;
         4: .line 267
            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"