final class org.apache.commons.vfs2.provider.DefaultFileContent$FileContentOutputStream extends org.apache.commons.vfs2.util.MonitorOutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.apache.commons.vfs2.provider.DefaultFileContent$FileContentOutputStream
  super_class: org.apache.commons.vfs2.util.MonitorOutputStream
{
  private final org.apache.commons.vfs2.FileObject file;
    descriptor: Lorg/apache/commons/vfs2/FileObject;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final org.apache.commons.vfs2.provider.DefaultFileContent this$0;
    descriptor: Lorg/apache/commons/vfs2/provider/DefaultFileContent;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.commons.vfs2.provider.DefaultFileContent, org.apache.commons.vfs2.FileObject, java.io.OutputStream);
    descriptor: (Lorg/apache/commons/vfs2/provider/DefaultFileContent;Lorg/apache/commons/vfs2/FileObject;Ljava/io/OutputStream;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.apache.commons.vfs2.provider.DefaultFileContent$FileContentOutputStream this
        start local 2 // org.apache.commons.vfs2.FileObject file
        start local 3 // java.io.OutputStream outstr
         0: .line 689
            aload 0 /* this */
            aload 1
            putfield org.apache.commons.vfs2.provider.DefaultFileContent$FileContentOutputStream.this$0:Lorg/apache/commons/vfs2/provider/DefaultFileContent;
         1: .line 690
            aload 0 /* this */
            aload 3 /* outstr */
            invokespecial org.apache.commons.vfs2.util.MonitorOutputStream.<init>:(Ljava/io/OutputStream;)V
         2: .line 691
            aload 0 /* this */
            aload 2 /* file */
            putfield org.apache.commons.vfs2.provider.DefaultFileContent$FileContentOutputStream.file:Lorg/apache/commons/vfs2/FileObject;
         3: .line 692
            return
        end local 3 // java.io.OutputStream outstr
        end local 2 // org.apache.commons.vfs2.FileObject file
        end local 0 // org.apache.commons.vfs2.provider.DefaultFileContent$FileContentOutputStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/apache/commons/vfs2/provider/DefaultFileContent$FileContentOutputStream;
            0    4     2    file  Lorg/apache/commons/vfs2/FileObject;
            0    4     3  outstr  Ljava/io/OutputStream;
    MethodParameters:
        Name  Flags
      this$0  final
      file    final
      outstr  final

  void <init>(org.apache.commons.vfs2.provider.DefaultFileContent, org.apache.commons.vfs2.FileObject, java.io.OutputStream, int);
    descriptor: (Lorg/apache/commons/vfs2/provider/DefaultFileContent;Lorg/apache/commons/vfs2/FileObject;Ljava/io/OutputStream;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.apache.commons.vfs2.provider.DefaultFileContent$FileContentOutputStream this
        start local 2 // org.apache.commons.vfs2.FileObject file
        start local 3 // java.io.OutputStream outstr
        start local 4 // int bufferSize
         0: .line 694
            aload 0 /* this */
            aload 1
            putfield org.apache.commons.vfs2.provider.DefaultFileContent$FileContentOutputStream.this$0:Lorg/apache/commons/vfs2/provider/DefaultFileContent;
         1: .line 695
            aload 0 /* this */
            aload 3 /* outstr */
            iload 4 /* bufferSize */
            invokespecial org.apache.commons.vfs2.util.MonitorOutputStream.<init>:(Ljava/io/OutputStream;I)V
         2: .line 696
            aload 0 /* this */
            aload 2 /* file */
            putfield org.apache.commons.vfs2.provider.DefaultFileContent$FileContentOutputStream.file:Lorg/apache/commons/vfs2/FileObject;
         3: .line 697
            return
        end local 4 // int bufferSize
        end local 3 // java.io.OutputStream outstr
        end local 2 // org.apache.commons.vfs2.FileObject file
        end local 0 // org.apache.commons.vfs2.provider.DefaultFileContent$FileContentOutputStream this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/apache/commons/vfs2/provider/DefaultFileContent$FileContentOutputStream;
            0    4     2        file  Lorg/apache/commons/vfs2/FileObject;
            0    4     3      outstr  Ljava/io/OutputStream;
            0    4     4  bufferSize  I
    MethodParameters:
            Name  Flags
      this$0      final
      file        final
      outstr      final
      bufferSize  final

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.apache.commons.vfs2.provider.DefaultFileContent$FileContentOutputStream this
         0: .line 705
            aload 0 /* this */
            invokespecial org.apache.commons.vfs2.util.MonitorOutputStream.close:()V
         1: .line 706
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 1 /* e */
        start local 1 // java.io.IOException e
         3: .line 707
            new org.apache.commons.vfs2.FileSystemException
            dup
            ldc "vfs.provider/close-outstr.error"
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent$FileContentOutputStream.file:Lorg/apache/commons/vfs2/FileObject;
            aload 1 /* e */
            invokespecial org.apache.commons.vfs2.FileSystemException.<init>:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
         4: .line 709
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.commons.vfs2.provider.DefaultFileContent$FileContentOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/vfs2/provider/DefaultFileContent$FileContentOutputStream;
            3    4     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException

  protected void onClose();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // org.apache.commons.vfs2.provider.DefaultFileContent$FileContentOutputStream this
         0: .line 717
            aload 0 /* this */
            invokespecial org.apache.commons.vfs2.util.MonitorOutputStream.onClose:()V
         1: .line 718
            goto 8
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: astore 1
         3: .line 720
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent$FileContentOutputStream.this$0:Lorg/apache/commons/vfs2/provider/DefaultFileContent;
            invokevirtual org.apache.commons.vfs2.provider.DefaultFileContent.endOutput:()V
         4: .line 721
            goto 7
      StackMap locals: org.apache.commons.vfs2.provider.DefaultFileContent$FileContentOutputStream java.lang.Throwable
      StackMap stack: java.lang.Exception
         5: astore 2 /* e */
        start local 2 // java.lang.Exception e
         6: .line 722
            new org.apache.commons.vfs2.FileSystemException
            dup
            ldc "vfs.provider/close-outstr.error"
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent$FileContentOutputStream.file:Lorg/apache/commons/vfs2/FileObject;
            aload 2 /* e */
            invokespecial org.apache.commons.vfs2.FileSystemException.<init>:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.Exception e
         7: .line 724
      StackMap locals:
      StackMap stack:
            aload 1
            athrow
         8: .line 720
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent$FileContentOutputStream.this$0:Lorg/apache/commons/vfs2/provider/DefaultFileContent;
            invokevirtual org.apache.commons.vfs2.provider.DefaultFileContent.endOutput:()V
         9: .line 721
            goto 12
      StackMap locals:
      StackMap stack: java.lang.Exception
        10: astore 2 /* e */
        start local 2 // java.lang.Exception e
        11: .line 722
            new org.apache.commons.vfs2.FileSystemException
            dup
            ldc "vfs.provider/close-outstr.error"
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent$FileContentOutputStream.file:Lorg/apache/commons/vfs2/FileObject;
            aload 2 /* e */
            invokespecial org.apache.commons.vfs2.FileSystemException.<init>:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.Exception e
        12: .line 725
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.commons.vfs2.provider.DefaultFileContent$FileContentOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lorg/apache/commons/vfs2/provider/DefaultFileContent$FileContentOutputStream;
            6    7     2     e  Ljava/lang/Exception;
           11   12     2     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     2       2  any
           3     4       5  Class java.lang.Exception
           8     9      10  Class java.lang.Exception
    Exceptions:
      throws java.io.IOException
}
SourceFile: "DefaultFileContent.java"
NestHost: org.apache.commons.vfs2.provider.DefaultFileContent
InnerClasses:
  final FileContentOutputStream = org.apache.commons.vfs2.provider.DefaultFileContent$FileContentOutputStream of org.apache.commons.vfs2.provider.DefaultFileContent