class org.glassfish.grizzly.http2.Source$SourceFactory$BufferSource extends org.glassfish.grizzly.http2.Source
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.glassfish.grizzly.http2.Source$SourceFactory$BufferSource
  super_class: org.glassfish.grizzly.http2.Source
{
  private boolean isClosed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private org.glassfish.grizzly.Buffer buffer;
    descriptor: Lorg/glassfish/grizzly/Buffer;
    flags: (0x0002) ACC_PRIVATE

  private final org.glassfish.grizzly.http2.Http2Stream stream;
    descriptor: Lorg/glassfish/grizzly/http2/Http2Stream;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(org.glassfish.grizzly.Buffer, org.glassfish.grizzly.http2.Http2Stream);
    descriptor: (Lorg/glassfish/grizzly/Buffer;Lorg/glassfish/grizzly/http2/Http2Stream;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.http2.Source$SourceFactory$BufferSource this
        start local 1 // org.glassfish.grizzly.Buffer buffer
        start local 2 // org.glassfish.grizzly.http2.Http2Stream stream
         0: .line 97
            aload 0 /* this */
            invokespecial org.glassfish.grizzly.http2.Source.<init>:()V
         1: .line 100
            aload 0 /* this */
            aload 1 /* buffer */
            putfield org.glassfish.grizzly.http2.Source$SourceFactory$BufferSource.buffer:Lorg/glassfish/grizzly/Buffer;
         2: .line 101
            aload 0 /* this */
            aload 2 /* stream */
            putfield org.glassfish.grizzly.http2.Source$SourceFactory$BufferSource.stream:Lorg/glassfish/grizzly/http2/Http2Stream;
         3: .line 102
            return
        end local 2 // org.glassfish.grizzly.http2.Http2Stream stream
        end local 1 // org.glassfish.grizzly.Buffer buffer
        end local 0 // org.glassfish.grizzly.http2.Source$SourceFactory$BufferSource this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/glassfish/grizzly/http2/Source$SourceFactory$BufferSource;
            0    4     1  buffer  Lorg/glassfish/grizzly/Buffer;
            0    4     2  stream  Lorg/glassfish/grizzly/http2/Http2Stream;
    MethodParameters:
        Name  Flags
      buffer  final
      stream  final

  public int remaining();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Source$SourceFactory$BufferSource this
         0: .line 106
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Source$SourceFactory$BufferSource.buffer:Lorg/glassfish/grizzly/Buffer;
            invokeinterface org.glassfish.grizzly.Buffer.remaining:()I
            ireturn
        end local 0 // org.glassfish.grizzly.http2.Source$SourceFactory$BufferSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http2/Source$SourceFactory$BufferSource;

  public org.glassfish.grizzly.Buffer read(int);
    descriptor: (I)Lorg/glassfish/grizzly/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // org.glassfish.grizzly.http2.Source$SourceFactory$BufferSource this
        start local 1 // int length
         0: .line 111
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Source$SourceFactory$BufferSource.isClosed:Z
            ifeq 4
         1: .line 112
            new org.glassfish.grizzly.http2.Http2StreamException
            dup
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Source$SourceFactory$BufferSource.stream:Lorg/glassfish/grizzly/http2/Http2Stream;
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.getId:()I
         2: .line 113
            getstatic org.glassfish.grizzly.http2.frames.ErrorCode.INTERNAL_ERROR:Lorg/glassfish/grizzly/http2/frames/ErrorCode;
            ldc "The source was closed"
         3: .line 112
            invokespecial org.glassfish.grizzly.http2.Http2StreamException.<init>:(ILorg/glassfish/grizzly/http2/frames/ErrorCode;Ljava/lang/String;)V
            athrow
         4: .line 116
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Source$SourceFactory$BufferSource.buffer:Lorg/glassfish/grizzly/Buffer;
            invokeinterface org.glassfish.grizzly.Buffer.remaining:()I
            istore 2 /* remaining */
        start local 2 // int remaining
         5: .line 117
            iload 1 /* length */
            ifeq 6
            iload 2 /* remaining */
            ifne 7
         6: .line 118
      StackMap locals: int
      StackMap stack:
            getstatic org.glassfish.grizzly.memory.Buffers.EMPTY_BUFFER:Lorg/glassfish/grizzly/Buffer;
            areturn
         7: .line 121
      StackMap locals:
      StackMap stack:
            iload 2 /* remaining */
            iload 1 /* length */
            invokestatic java.lang.Math.min:(II)I
            istore 3 /* bytesToSplit */
        start local 3 // int bytesToSplit
         8: .line 122
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Source$SourceFactory$BufferSource.buffer:Lorg/glassfish/grizzly/Buffer;
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Source$SourceFactory$BufferSource.buffer:Lorg/glassfish/grizzly/Buffer;
            invokeinterface org.glassfish.grizzly.Buffer.position:()I
            iload 3 /* bytesToSplit */
            iadd
            invokeinterface org.glassfish.grizzly.Buffer.split:(I)Lorg/glassfish/grizzly/Buffer;
            astore 4 /* newBuf */
        start local 4 // org.glassfish.grizzly.Buffer newBuf
         9: .line 123
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Source$SourceFactory$BufferSource.buffer:Lorg/glassfish/grizzly/Buffer;
            astore 5 /* bufferToReturn */
        start local 5 // org.glassfish.grizzly.Buffer bufferToReturn
        10: .line 124
            aload 0 /* this */
            aload 4 /* newBuf */
            putfield org.glassfish.grizzly.http2.Source$SourceFactory$BufferSource.buffer:Lorg/glassfish/grizzly/Buffer;
        11: .line 126
            aload 5 /* bufferToReturn */
            areturn
        end local 5 // org.glassfish.grizzly.Buffer bufferToReturn
        end local 4 // org.glassfish.grizzly.Buffer newBuf
        end local 3 // int bytesToSplit
        end local 2 // int remaining
        end local 1 // int length
        end local 0 // org.glassfish.grizzly.http2.Source$SourceFactory$BufferSource this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   12     0            this  Lorg/glassfish/grizzly/http2/Source$SourceFactory$BufferSource;
            0   12     1          length  I
            5   12     2       remaining  I
            8   12     3    bytesToSplit  I
            9   12     4          newBuf  Lorg/glassfish/grizzly/Buffer;
           10   12     5  bufferToReturn  Lorg/glassfish/grizzly/Buffer;
    Exceptions:
      throws org.glassfish.grizzly.http2.Http2StreamException
    MethodParameters:
        Name  Flags
      length  final

  public boolean hasRemaining();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Source$SourceFactory$BufferSource this
         0: .line 131
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Source$SourceFactory$BufferSource.isClosed:Z
            ifne 1
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Source$SourceFactory$BufferSource.buffer:Lorg/glassfish/grizzly/Buffer;
            invokeinterface org.glassfish.grizzly.Buffer.hasRemaining:()Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.glassfish.grizzly.http2.Source$SourceFactory$BufferSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/http2/Source$SourceFactory$BufferSource;

  public void release();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Source$SourceFactory$BufferSource this
         0: .line 136
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Source$SourceFactory$BufferSource.isClosed:Z
            ifne 3
         1: .line 137
            aload 0 /* this */
            iconst_1
            putfield org.glassfish.grizzly.http2.Source$SourceFactory$BufferSource.isClosed:Z
         2: .line 138
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Source$SourceFactory$BufferSource.buffer:Lorg/glassfish/grizzly/Buffer;
            invokeinterface org.glassfish.grizzly.Buffer.tryDispose:()Z
            pop
         3: .line 140
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.glassfish.grizzly.http2.Source$SourceFactory$BufferSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/glassfish/grizzly/http2/Source$SourceFactory$BufferSource;
}
SourceFile: "Source.java"
NestHost: org.glassfish.grizzly.http2.Source
InnerClasses:
  public final SourceFactory = org.glassfish.grizzly.http2.Source$SourceFactory of org.glassfish.grizzly.http2.Source
  private BufferSource = org.glassfish.grizzly.http2.Source$SourceFactory$BufferSource of org.glassfish.grizzly.http2.Source$SourceFactory