public class java.io.FilterOutputStream extends java.io.OutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: java.io.FilterOutputStream
  super_class: java.io.OutputStream
{
  protected java.io.OutputStream out;
    descriptor: Ljava/io/OutputStream;
    flags: (0x0004) ACC_PROTECTED

  public void <init>(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.io.FilterOutputStream this
        start local 1 // java.io.OutputStream out
         0: .line 60
            aload 0 /* this */
            invokespecial java.io.OutputStream.<init>:()V
         1: .line 61
            aload 0 /* this */
            aload 1 /* out */
            putfield java.io.FilterOutputStream.out:Ljava/io/OutputStream;
         2: .line 62
            return
        end local 1 // java.io.OutputStream out
        end local 0 // java.io.FilterOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/io/FilterOutputStream;
            0    3     1   out  Ljava/io/OutputStream;
    MethodParameters:
      Name  Flags
      out   

  public void write(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.io.FilterOutputStream this
        start local 1 // int b
         0: .line 77
            aload 0 /* this */
            getfield java.io.FilterOutputStream.out:Ljava/io/OutputStream;
            iload 1 /* b */
            invokevirtual java.io.OutputStream.write:(I)V
         1: .line 78
            return
        end local 1 // int b
        end local 0 // java.io.FilterOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/io/FilterOutputStream;
            0    2     1     b  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public void write(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.io.FilterOutputStream this
        start local 1 // byte[] b
         0: .line 97
            aload 0 /* this */
            aload 1 /* b */
            iconst_0
            aload 1 /* b */
            arraylength
            invokevirtual java.io.FilterOutputStream.write:([BII)V
         1: .line 98
            return
        end local 1 // byte[] b
        end local 0 // java.io.FilterOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/io/FilterOutputStream;
            0    2     1     b  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public void write(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // java.io.FilterOutputStream this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 121
            iload 2 /* off */
            iload 3 /* len */
            ior
            aload 1 /* b */
            arraylength
            iload 3 /* len */
            iload 2 /* off */
            iadd
            isub
            ior
            iload 2 /* off */
            iload 3 /* len */
            iadd
            ior
            ifge 2
         1: .line 122
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         2: .line 124
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         3: goto 6
         4: .line 125
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* b */
            iload 2 /* off */
            iload 4 /* i */
            iadd
            baload
            invokevirtual java.io.FilterOutputStream.write:(I)V
         5: .line 124
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 4 /* i */
            iload 3 /* len */
            if_icmplt 4
        end local 4 // int i
         7: .line 127
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // java.io.FilterOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljava/io/FilterOutputStream;
            0    8     1     b  [B
            0    8     2   off  I
            0    8     3   len  I
            3    7     4     i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  public void flush();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.io.FilterOutputStream this
         0: .line 140
            aload 0 /* this */
            getfield java.io.FilterOutputStream.out:Ljava/io/OutputStream;
            invokevirtual java.io.OutputStream.flush:()V
         1: .line 141
            return
        end local 0 // java.io.FilterOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/io/FilterOutputStream;
    Exceptions:
      throws java.io.IOException

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.io.FilterOutputStream this
         0: .line 157
            aload 0 /* this */
            invokevirtual java.io.FilterOutputStream.flush:()V
         1: .line 158
            goto 3
      StackMap locals:
      StackMap stack: java.io.IOException
         2: pop
         3: .line 160
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.io.FilterOutputStream.out:Ljava/io/OutputStream;
            invokevirtual java.io.OutputStream.close:()V
         4: .line 161
            return
        end local 0 // java.io.FilterOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljava/io/FilterOutputStream;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    Exceptions:
      throws java.io.IOException
}
SourceFile: "FilterOutputStream.java"