class org.springframework.util.StreamUtils$NonClosingOutputStream extends java.io.FilterOutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.util.StreamUtils$NonClosingOutputStream
  super_class: java.io.FilterOutputStream
{
  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 // org.springframework.util.StreamUtils$NonClosingOutputStream this
        start local 1 // java.io.OutputStream out
         0: .line 257
            aload 0 /* this */
            aload 1 /* out */
            invokespecial java.io.FilterOutputStream.<init>:(Ljava/io/OutputStream;)V
         1: .line 258
            return
        end local 1 // java.io.OutputStream out
        end local 0 // org.springframework.util.StreamUtils$NonClosingOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/util/StreamUtils$NonClosingOutputStream;
            0    2     1   out  Ljava/io/OutputStream;
    MethodParameters:
      Name  Flags
      out   

  public void write(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.springframework.util.StreamUtils$NonClosingOutputStream this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int let
         0: .line 263
            aload 0 /* this */
            getfield org.springframework.util.StreamUtils$NonClosingOutputStream.out:Ljava/io/OutputStream;
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* let */
            invokevirtual java.io.OutputStream.write:([BII)V
         1: .line 264
            return
        end local 3 // int let
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // org.springframework.util.StreamUtils$NonClosingOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/util/StreamUtils$NonClosingOutputStream;
            0    2     1     b  [B
            0    2     2   off  I
            0    2     3   let  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      let   

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.springframework.util.StreamUtils$NonClosingOutputStream this
         0: .line 268
            return
        end local 0 // org.springframework.util.StreamUtils$NonClosingOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/util/StreamUtils$NonClosingOutputStream;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "StreamUtils.java"
NestHost: org.springframework.util.StreamUtils
InnerClasses:
  private NonClosingOutputStream = org.springframework.util.StreamUtils$NonClosingOutputStream of org.springframework.util.StreamUtils