class org.jruby.ext.zlib.JZlibRubyGzipWriter$2 extends org.jruby.util.IOOutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.ext.zlib.JZlibRubyGzipWriter$2
  super_class: org.jruby.util.IOOutputStream
{
  final org.jruby.ext.zlib.JZlibRubyGzipWriter this$0;
    descriptor: Lorg/jruby/ext/zlib/JZlibRubyGzipWriter;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.jruby.ext.zlib.JZlibRubyGzipWriter, org.jruby.runtime.builtin.IRubyObject, boolean, boolean);
    descriptor: (Lorg/jruby/ext/zlib/JZlibRubyGzipWriter;Lorg/jruby/runtime/builtin/IRubyObject;ZZ)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // org.jruby.ext.zlib.JZlibRubyGzipWriter$2 this
        start local 2 // org.jruby.runtime.builtin.IRubyObject $anonymous0
        start local 3 // boolean $anonymous1
        start local 4 // boolean $anonymous2
         0: .line 147
            aload 0 /* this */
            aload 1
            putfield org.jruby.ext.zlib.JZlibRubyGzipWriter$2.this$0:Lorg/jruby/ext/zlib/JZlibRubyGzipWriter;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            iload 3 /* $anonymous1 */
            iload 4 /* $anonymous2 */
            invokespecial org.jruby.util.IOOutputStream.<init>:(Lorg/jruby/runtime/builtin/IRubyObject;ZZ)V
            return
        end local 4 // boolean $anonymous2
        end local 3 // boolean $anonymous1
        end local 2 // org.jruby.runtime.builtin.IRubyObject $anonymous0
        end local 0 // org.jruby.ext.zlib.JZlibRubyGzipWriter$2 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/jruby/ext/zlib/JZlibRubyGzipWriter$2;
            0    1     2  $anonymous0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3  $anonymous1  Z
            0    1     4  $anonymous2  Z
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  
      $anonymous1  
      $anonymous2  

  public void write(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // org.jruby.ext.zlib.JZlibRubyGzipWriter$2 this
        start local 1 // byte[] bytes
        start local 2 // int off
        start local 3 // int len
         0: .line 159
            iload 3 /* len */
            newarray 8
            astore 4 /* bytesCopy */
        start local 4 // byte[] bytesCopy
         1: .line 160
            aload 1 /* bytes */
            iload 2 /* off */
            aload 4 /* bytesCopy */
            iconst_0
            iload 3 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         2: .line 161
            aload 0 /* this */
            aload 4 /* bytesCopy */
            iconst_0
            iload 3 /* len */
            invokespecial org.jruby.util.IOOutputStream.write:([BII)V
         3: .line 162
            return
        end local 4 // byte[] bytesCopy
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] bytes
        end local 0 // org.jruby.ext.zlib.JZlibRubyGzipWriter$2 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/jruby/ext/zlib/JZlibRubyGzipWriter$2;
            0    4     1      bytes  [B
            0    4     2        off  I
            0    4     3        len  I
            1    4     4  bytesCopy  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      bytes  
      off    
      len    
}
SourceFile: "JZlibRubyGzipWriter.java"
EnclosingMethod: org.jruby.ext.zlib.JZlibRubyGzipWriter.initializeCommon:(Lorg/jruby/runtime/builtin/IRubyObject;I)Lorg/jruby/runtime/builtin/IRubyObject;
NestHost: org.jruby.ext.zlib.JZlibRubyGzipWriter
InnerClasses:
  org.jruby.ext.zlib.JZlibRubyGzipWriter$2