public final class org.apache.commons.vfs2.provider.DefaultFileContent implements org.apache.commons.vfs2.FileContent
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.commons.vfs2.provider.DefaultFileContent
  super_class: java.lang.Object
{
  static final int STATE_CLOSED;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  static final int STATE_OPENED;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final int WRITE_BUFFER_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4096

  private final org.apache.commons.vfs2.provider.AbstractFileObject fileObject;
    descriptor: Lorg/apache/commons/vfs2/provider/AbstractFileObject;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.util.Map<java.lang.String, java.lang.Object> attrs;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;

  private java.util.Map<java.lang.String, java.lang.Object> roAttrs;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;

  private org.apache.commons.vfs2.FileContentInfo fileContentInfo;
    descriptor: Lorg/apache/commons/vfs2/FileContentInfo;
    flags: (0x0002) ACC_PRIVATE

  private final org.apache.commons.vfs2.FileContentInfoFactory fileContentInfoFactory;
    descriptor: Lorg/apache/commons/vfs2/FileContentInfoFactory;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.ThreadLocal<org.apache.commons.vfs2.provider.FileContentThreadData> threadLocal;
    descriptor: Ljava/lang/ThreadLocal;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/ThreadLocal<Lorg/apache/commons/vfs2/provider/FileContentThreadData;>;

  private boolean resetAttributes;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private int openStreams;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.apache.commons.vfs2.provider.AbstractFileObject, org.apache.commons.vfs2.FileContentInfoFactory);
    descriptor: (Lorg/apache/commons/vfs2/provider/AbstractFileObject;Lorg/apache/commons/vfs2/FileContentInfoFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
        start local 1 // org.apache.commons.vfs2.provider.AbstractFileObject file
        start local 2 // org.apache.commons.vfs2.FileContentInfoFactory fileContentInfoFactory
         0: .line 70
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 62
            aload 0 /* this */
            new java.lang.ThreadLocal
            dup
            invokespecial java.lang.ThreadLocal.<init>:()V
            putfield org.apache.commons.vfs2.provider.DefaultFileContent.threadLocal:Ljava/lang/ThreadLocal;
         2: .line 71
            aload 0 /* this */
            aload 1 /* file */
            putfield org.apache.commons.vfs2.provider.DefaultFileContent.fileObject:Lorg/apache/commons/vfs2/provider/AbstractFileObject;
         3: .line 72
            aload 0 /* this */
            aload 2 /* fileContentInfoFactory */
            putfield org.apache.commons.vfs2.provider.DefaultFileContent.fileContentInfoFactory:Lorg/apache/commons/vfs2/FileContentInfoFactory;
         4: .line 73
            return
        end local 2 // org.apache.commons.vfs2.FileContentInfoFactory fileContentInfoFactory
        end local 1 // org.apache.commons.vfs2.provider.AbstractFileObject file
        end local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    5     0                    this  Lorg/apache/commons/vfs2/provider/DefaultFileContent;
            0    5     1                    file  Lorg/apache/commons/vfs2/provider/AbstractFileObject;
            0    5     2  fileContentInfoFactory  Lorg/apache/commons/vfs2/FileContentInfoFactory;
    MethodParameters:
                        Name  Flags
      file                    final
      fileContentInfoFactory  final

  private org.apache.commons.vfs2.provider.FileContentThreadData getOrCreateThreadData();
    descriptor: ()Lorg/apache/commons/vfs2/provider/FileContentThreadData;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
         0: .line 76
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.threadLocal:Ljava/lang/ThreadLocal;
            invokevirtual java.lang.ThreadLocal.get:()Ljava/lang/Object;
            checkcast org.apache.commons.vfs2.provider.FileContentThreadData
            astore 1 /* data */
        start local 1 // org.apache.commons.vfs2.provider.FileContentThreadData data
         1: .line 77
            aload 1 /* data */
            ifnonnull 4
         2: .line 78
            new org.apache.commons.vfs2.provider.FileContentThreadData
            dup
            invokespecial org.apache.commons.vfs2.provider.FileContentThreadData.<init>:()V
            astore 1 /* data */
         3: .line 79
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.threadLocal:Ljava/lang/ThreadLocal;
            aload 1 /* data */
            invokevirtual java.lang.ThreadLocal.set:(Ljava/lang/Object;)V
         4: .line 81
      StackMap locals: org.apache.commons.vfs2.provider.FileContentThreadData
      StackMap stack:
            aload 1 /* data */
            areturn
        end local 1 // org.apache.commons.vfs2.provider.FileContentThreadData data
        end local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/vfs2/provider/DefaultFileContent;
            1    5     1  data  Lorg/apache/commons/vfs2/provider/FileContentThreadData;

  void streamOpened();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
         0: .line 85
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 86
            aload 0 /* this */
            dup
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.openStreams:I
            iconst_1
            iadd
            putfield org.apache.commons.vfs2.provider.DefaultFileContent.openStreams:I
         2: .line 85
            aload 1
            monitorexit
         3: goto 6
      StackMap locals: org.apache.commons.vfs2.provider.DefaultFileContent org.apache.commons.vfs2.provider.DefaultFileContent
      StackMap stack: java.lang.Throwable
         4: aload 1
            monitorexit
         5: athrow
         6: .line 88
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileObject:Lorg/apache/commons/vfs2/provider/AbstractFileObject;
            invokevirtual org.apache.commons.vfs2.provider.AbstractFileObject.getFileSystem:()Lorg/apache/commons/vfs2/FileSystem;
            checkcast org.apache.commons.vfs2.provider.AbstractFileSystem
            invokevirtual org.apache.commons.vfs2.provider.AbstractFileSystem.streamOpened:()V
         7: .line 89
            return
        end local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/apache/commons/vfs2/provider/DefaultFileContent;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any

  void streamClosed();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
         0: .line 92
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 93
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.openStreams:I
            ifle 5
         2: .line 94
            aload 0 /* this */
            dup
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.openStreams:I
            iconst_1
            isub
            putfield org.apache.commons.vfs2.provider.DefaultFileContent.openStreams:I
         3: .line 95
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.openStreams:I
            iconst_1
            if_icmpge 5
         4: .line 96
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileObject:Lorg/apache/commons/vfs2/provider/AbstractFileObject;
            invokevirtual org.apache.commons.vfs2.provider.AbstractFileObject.notifyAllStreamsClosed:()V
         5: .line 92
      StackMap locals: org.apache.commons.vfs2.provider.DefaultFileContent
      StackMap stack:
            aload 1
            monitorexit
         6: goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: aload 1
            monitorexit
         8: athrow
         9: .line 100
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileObject:Lorg/apache/commons/vfs2/provider/AbstractFileObject;
            invokevirtual org.apache.commons.vfs2.provider.AbstractFileObject.getFileSystem:()Lorg/apache/commons/vfs2/FileSystem;
            checkcast org.apache.commons.vfs2.provider.AbstractFileSystem
            invokevirtual org.apache.commons.vfs2.provider.AbstractFileSystem.streamClosed:()V
        10: .line 101
            return
        end local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/apache/commons/vfs2/provider/DefaultFileContent;
      Exception table:
        from    to  target  type
           1     6       7  any
           7     8       7  any

  public org.apache.commons.vfs2.FileObject getFile();
    descriptor: ()Lorg/apache/commons/vfs2/FileObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
         0: .line 110
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileObject:Lorg/apache/commons/vfs2/provider/AbstractFileObject;
            areturn
        end local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/vfs2/provider/DefaultFileContent;

  public long getSize();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=2, args_size=1
        start local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
         0: .line 122
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileObject:Lorg/apache/commons/vfs2/provider/AbstractFileObject;
            invokevirtual org.apache.commons.vfs2.provider.AbstractFileObject.getType:()Lorg/apache/commons/vfs2/FileType;
            invokevirtual org.apache.commons.vfs2.FileType.hasContent:()Z
            ifne 2
         1: .line 123
            new org.apache.commons.vfs2.FileSystemException
            dup
            ldc "vfs.provider/get-size-not-file.error"
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileObject:Lorg/apache/commons/vfs2/provider/AbstractFileObject;
            invokespecial org.apache.commons.vfs2.FileSystemException.<init>:(Ljava/lang/String;Ljava/lang/Object;)V
            athrow
         2: .line 132
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileObject:Lorg/apache/commons/vfs2/provider/AbstractFileObject;
            invokevirtual org.apache.commons.vfs2.provider.AbstractFileObject.doGetContentSize:()J
         3: lreturn
         4: .line 133
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 1 /* exc */
        start local 1 // java.lang.Exception exc
         5: .line 134
            new org.apache.commons.vfs2.FileSystemException
            dup
            ldc "vfs.provider/get-size.error"
            aload 1 /* exc */
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileObject:Lorg/apache/commons/vfs2/provider/AbstractFileObject;
            aastore
            invokespecial org.apache.commons.vfs2.FileSystemException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;[Ljava/lang/Object;)V
            athrow
        end local 1 // java.lang.Exception exc
        end local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/commons/vfs2/provider/DefaultFileContent;
            5    6     1   exc  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.Exception
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException

  public long getLastModifiedTime();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
         0: .line 150
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileObject:Lorg/apache/commons/vfs2/provider/AbstractFileObject;
            invokevirtual org.apache.commons.vfs2.provider.AbstractFileObject.getType:()Lorg/apache/commons/vfs2/FileType;
            invokevirtual org.apache.commons.vfs2.FileType.hasAttributes:()Z
            ifne 2
         1: .line 151
            new org.apache.commons.vfs2.FileSystemException
            dup
            ldc "vfs.provider/get-last-modified-no-exist.error"
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileObject:Lorg/apache/commons/vfs2/provider/AbstractFileObject;
            invokespecial org.apache.commons.vfs2.FileSystemException.<init>:(Ljava/lang/String;Ljava/lang/Object;)V
            athrow
         2: .line 154
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileObject:Lorg/apache/commons/vfs2/provider/AbstractFileObject;
            invokevirtual org.apache.commons.vfs2.provider.AbstractFileObject.doGetLastModifiedTime:()J
         3: lreturn
         4: .line 155
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 1 /* e */
        start local 1 // java.lang.Exception e
         5: .line 156
            new org.apache.commons.vfs2.FileSystemException
            dup
            ldc "vfs.provider/get-last-modified.error"
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileObject:Lorg/apache/commons/vfs2/provider/AbstractFileObject;
            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.lang.Exception e
        end local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/commons/vfs2/provider/DefaultFileContent;
            5    6     1     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.Exception
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException

  public void setLastModifiedTime(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
        start local 1 // long modTime
         0: .line 172
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileObject:Lorg/apache/commons/vfs2/provider/AbstractFileObject;
            invokevirtual org.apache.commons.vfs2.provider.AbstractFileObject.getType:()Lorg/apache/commons/vfs2/FileType;
            invokevirtual org.apache.commons.vfs2.FileType.hasAttributes:()Z
            ifne 2
         1: .line 173
            new org.apache.commons.vfs2.FileSystemException
            dup
            ldc "vfs.provider/set-last-modified-no-exist.error"
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileObject:Lorg/apache/commons/vfs2/provider/AbstractFileObject;
            invokespecial org.apache.commons.vfs2.FileSystemException.<init>:(Ljava/lang/String;Ljava/lang/Object;)V
            athrow
         2: .line 176
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileObject:Lorg/apache/commons/vfs2/provider/AbstractFileObject;
            lload 1 /* modTime */
            invokevirtual org.apache.commons.vfs2.provider.AbstractFileObject.doSetLastModifiedTime:(J)Z
            ifne 6
         3: .line 177
            new org.apache.commons.vfs2.FileSystemException
            dup
            ldc "vfs.provider/set-last-modified.error"
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileObject:Lorg/apache/commons/vfs2/provider/AbstractFileObject;
            invokespecial org.apache.commons.vfs2.FileSystemException.<init>:(Ljava/lang/String;Ljava/lang/Object;)V
            athrow
         4: .line 179
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 3 /* e */
        start local 3 // java.lang.Exception e
         5: .line 180
            new org.apache.commons.vfs2.FileSystemException
            dup
            ldc "vfs.provider/set-last-modified.error"
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileObject:Lorg/apache/commons/vfs2/provider/AbstractFileObject;
            aload 3 /* e */
            invokespecial org.apache.commons.vfs2.FileSystemException.<init>:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.lang.Exception e
         6: .line 182
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long modTime
        end local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lorg/apache/commons/vfs2/provider/DefaultFileContent;
            0    7     1  modTime  J
            5    6     3        e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           2     4       4  Class java.lang.Exception
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException
    MethodParameters:
         Name  Flags
      modTime  final

  public boolean hasAttribute(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
        start local 1 // java.lang.String attrName
         0: .line 194
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileObject:Lorg/apache/commons/vfs2/provider/AbstractFileObject;
            invokevirtual org.apache.commons.vfs2.provider.AbstractFileObject.getType:()Lorg/apache/commons/vfs2/FileType;
            invokevirtual org.apache.commons.vfs2.FileType.hasAttributes:()Z
            ifne 2
         1: .line 195
            new org.apache.commons.vfs2.FileSystemException
            dup
            ldc "vfs.provider/exists-attributes-no-exist.error"
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileObject:Lorg/apache/commons/vfs2/provider/AbstractFileObject;
            invokespecial org.apache.commons.vfs2.FileSystemException.<init>:(Ljava/lang/String;Ljava/lang/Object;)V
            athrow
         2: .line 197
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.commons.vfs2.provider.DefaultFileContent.getAttributes:()Ljava/util/Map;
            pop
         3: .line 198
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.attrs:Ljava/util/Map;
            aload 1 /* attrName */
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.String attrName
        end local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/apache/commons/vfs2/provider/DefaultFileContent;
            0    4     1  attrName  Ljava/lang/String;
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException
    MethodParameters:
          Name  Flags
      attrName  final

  public java.util.Map<java.lang.String, java.lang.Object> getAttributes();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
         0: .line 209
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileObject:Lorg/apache/commons/vfs2/provider/AbstractFileObject;
            invokevirtual org.apache.commons.vfs2.provider.AbstractFileObject.getType:()Lorg/apache/commons/vfs2/FileType;
            invokevirtual org.apache.commons.vfs2.FileType.hasAttributes:()Z
            ifne 2
         1: .line 210
            new org.apache.commons.vfs2.FileSystemException
            dup
            ldc "vfs.provider/get-attributes-no-exist.error"
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileObject:Lorg/apache/commons/vfs2/provider/AbstractFileObject;
            invokespecial org.apache.commons.vfs2.FileSystemException.<init>:(Ljava/lang/String;Ljava/lang/Object;)V
            athrow
         2: .line 212
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.resetAttributes:Z
            ifne 3
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.roAttrs:Ljava/util/Map;
            ifnonnull 13
         3: .line 214
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         4: .line 215
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileObject:Lorg/apache/commons/vfs2/provider/AbstractFileObject;
            invokevirtual org.apache.commons.vfs2.provider.AbstractFileObject.doGetAttributes:()Ljava/util/Map;
            putfield org.apache.commons.vfs2.provider.DefaultFileContent.attrs:Ljava/util/Map;
         5: .line 216
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.attrs:Ljava/util/Map;
            invokestatic java.util.Collections.unmodifiableMap:(Ljava/util/Map;)Ljava/util/Map;
            putfield org.apache.commons.vfs2.provider.DefaultFileContent.roAttrs:Ljava/util/Map;
         6: .line 217
            aload 0 /* this */
            iconst_0
            putfield org.apache.commons.vfs2.provider.DefaultFileContent.resetAttributes:Z
         7: .line 214
            aload 1
            monitorexit
         8: goto 13
      StackMap locals: org.apache.commons.vfs2.provider.DefaultFileContent org.apache.commons.vfs2.provider.DefaultFileContent
      StackMap stack: java.lang.Throwable
         9: aload 1
            monitorexit
        10: athrow
        11: .line 219
      StackMap locals: org.apache.commons.vfs2.provider.DefaultFileContent
      StackMap stack: java.lang.Exception
            astore 1 /* e */
        start local 1 // java.lang.Exception e
        12: .line 220
            new org.apache.commons.vfs2.FileSystemException
            dup
            ldc "vfs.provider/get-attributes.error"
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileObject:Lorg/apache/commons/vfs2/provider/AbstractFileObject;
            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.lang.Exception e
        13: .line 223
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.roAttrs:Ljava/util/Map;
            areturn
        end local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lorg/apache/commons/vfs2/provider/DefaultFileContent;
           12   13     1     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           4     8       9  any
           9    10       9  any
           3    11      11  Class java.lang.Exception
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;

  public void resetAttributes();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
         0: .line 232
            aload 0 /* this */
            iconst_1
            putfield org.apache.commons.vfs2.provider.DefaultFileContent.resetAttributes:Z
         1: .line 233
            return
        end local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/vfs2/provider/DefaultFileContent;

  public java.lang.String[] getAttributeNames();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
         0: .line 243
            aload 0 /* this */
            invokevirtual org.apache.commons.vfs2.provider.DefaultFileContent.getAttributes:()Ljava/util/Map;
            pop
         1: .line 244
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.attrs:Ljava/util/Map;
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            astore 1 /* names */
        start local 1 // java.util.Set names
         2: .line 245
            aload 1 /* names */
            aload 1 /* names */
            invokeinterface java.util.Set.size:()I
            anewarray java.lang.String
            invokeinterface java.util.Set.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast java.lang.String[]
            areturn
        end local 1 // java.util.Set names
        end local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/commons/vfs2/provider/DefaultFileContent;
            2    3     1  names  Ljava/util/Set<Ljava/lang/String;>;
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException

  public java.lang.Object getAttribute(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
        start local 1 // java.lang.String attrName
         0: .line 257
            aload 0 /* this */
            invokevirtual org.apache.commons.vfs2.provider.DefaultFileContent.getAttributes:()Ljava/util/Map;
            pop
         1: .line 258
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.attrs:Ljava/util/Map;
            aload 1 /* attrName */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.String attrName
        end local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/apache/commons/vfs2/provider/DefaultFileContent;
            0    2     1  attrName  Ljava/lang/String;
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException
    MethodParameters:
          Name  Flags
      attrName  final

  public void setAttribute(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=3
        start local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
        start local 1 // java.lang.String attrName
        start local 2 // java.lang.Object value
         0: .line 270
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileObject:Lorg/apache/commons/vfs2/provider/AbstractFileObject;
            invokevirtual org.apache.commons.vfs2.provider.AbstractFileObject.getType:()Lorg/apache/commons/vfs2/FileType;
            invokevirtual org.apache.commons.vfs2.FileType.hasAttributes:()Z
            ifne 2
         1: .line 271
            new org.apache.commons.vfs2.FileSystemException
            dup
            ldc "vfs.provider/set-attribute-no-exist.error"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* attrName */
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileObject:Lorg/apache/commons/vfs2/provider/AbstractFileObject;
            aastore
            invokespecial org.apache.commons.vfs2.FileSystemException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
         2: .line 274
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileObject:Lorg/apache/commons/vfs2/provider/AbstractFileObject;
            aload 1 /* attrName */
            aload 2 /* value */
            invokevirtual org.apache.commons.vfs2.provider.AbstractFileObject.doSetAttribute:(Ljava/lang/String;Ljava/lang/Object;)V
         3: .line 275
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Exception
         4: astore 3 /* e */
        start local 3 // java.lang.Exception e
         5: .line 276
            new org.apache.commons.vfs2.FileSystemException
            dup
            ldc "vfs.provider/set-attribute.error"
            aload 3 /* e */
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* attrName */
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileObject:Lorg/apache/commons/vfs2/provider/AbstractFileObject;
            aastore
            invokespecial org.apache.commons.vfs2.FileSystemException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;[Ljava/lang/Object;)V
            athrow
        end local 3 // java.lang.Exception e
         6: .line 279
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.attrs:Ljava/util/Map;
            ifnull 8
         7: .line 280
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.attrs:Ljava/util/Map;
            aload 1 /* attrName */
            aload 2 /* value */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         8: .line 282
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Object value
        end local 1 // java.lang.String attrName
        end local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lorg/apache/commons/vfs2/provider/DefaultFileContent;
            0    9     1  attrName  Ljava/lang/String;
            0    9     2     value  Ljava/lang/Object;
            5    6     3         e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.Exception
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException
    MethodParameters:
          Name  Flags
      attrName  final
      value     final

  public void removeAttribute(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=3, args_size=2
        start local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
        start local 1 // java.lang.String attrName
         0: .line 293
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileObject:Lorg/apache/commons/vfs2/provider/AbstractFileObject;
            invokevirtual org.apache.commons.vfs2.provider.AbstractFileObject.getType:()Lorg/apache/commons/vfs2/FileType;
            invokevirtual org.apache.commons.vfs2.FileType.hasAttributes:()Z
            ifne 2
         1: .line 294
            new org.apache.commons.vfs2.FileSystemException
            dup
            ldc "vfs.provider/remove-attribute-no-exist.error"
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileObject:Lorg/apache/commons/vfs2/provider/AbstractFileObject;
            invokespecial org.apache.commons.vfs2.FileSystemException.<init>:(Ljava/lang/String;Ljava/lang/Object;)V
            athrow
         2: .line 298
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileObject:Lorg/apache/commons/vfs2/provider/AbstractFileObject;
            aload 1 /* attrName */
            invokevirtual org.apache.commons.vfs2.provider.AbstractFileObject.doRemoveAttribute:(Ljava/lang/String;)V
         3: .line 299
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Exception
         4: astore 2 /* e */
        start local 2 // java.lang.Exception e
         5: .line 300
            new org.apache.commons.vfs2.FileSystemException
            dup
            ldc "vfs.provider/remove-attribute.error"
            aload 2 /* e */
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* attrName */
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileObject:Lorg/apache/commons/vfs2/provider/AbstractFileObject;
            aastore
            invokespecial org.apache.commons.vfs2.FileSystemException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;[Ljava/lang/Object;)V
            athrow
        end local 2 // java.lang.Exception e
         6: .line 303
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.attrs:Ljava/util/Map;
            ifnull 8
         7: .line 304
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.attrs:Ljava/util/Map;
            aload 1 /* attrName */
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         8: .line 306
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String attrName
        end local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lorg/apache/commons/vfs2/provider/DefaultFileContent;
            0    9     1  attrName  Ljava/lang/String;
            5    6     2         e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.Exception
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException
    MethodParameters:
          Name  Flags
      attrName  final

  public java.security.cert.Certificate[] getCertificates();
    descriptor: ()[Ljava/security/cert/Certificate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
         0: .line 316
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileObject:Lorg/apache/commons/vfs2/provider/AbstractFileObject;
            invokevirtual org.apache.commons.vfs2.provider.AbstractFileObject.exists:()Z
            ifne 2
         1: .line 317
            new org.apache.commons.vfs2.FileSystemException
            dup
            ldc "vfs.provider/get-certificates-no-exist.error"
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileObject:Lorg/apache/commons/vfs2/provider/AbstractFileObject;
            invokespecial org.apache.commons.vfs2.FileSystemException.<init>:(Ljava/lang/String;Ljava/lang/Object;)V
            athrow
         2: .line 325
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileObject:Lorg/apache/commons/vfs2/provider/AbstractFileObject;
            invokevirtual org.apache.commons.vfs2.provider.AbstractFileObject.doGetCertificates:()[Ljava/security/cert/Certificate;
            astore 1 /* certs */
        start local 1 // java.security.cert.Certificate[] certs
         3: .line 326
            aload 1 /* certs */
            ifnull 6
         4: .line 327
            aload 1 /* certs */
         5: areturn
         6: .line 329
      StackMap locals: java.security.cert.Certificate[]
      StackMap stack:
            iconst_0
            anewarray java.security.cert.Certificate
         7: areturn
        end local 1 // java.security.cert.Certificate[] certs
         8: .line 330
      StackMap locals: org.apache.commons.vfs2.provider.DefaultFileContent
      StackMap stack: java.lang.Exception
            astore 1 /* e */
        start local 1 // java.lang.Exception e
         9: .line 331
            new org.apache.commons.vfs2.FileSystemException
            dup
            ldc "vfs.provider/get-certificates.error"
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileObject:Lorg/apache/commons/vfs2/provider/AbstractFileObject;
            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.lang.Exception e
        end local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lorg/apache/commons/vfs2/provider/DefaultFileContent;
            3    8     1  certs  [Ljava/security/cert/Certificate;
            9   10     1      e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           2     5       8  Class java.lang.Exception
           6     7       8  Class java.lang.Exception
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException

  public java.io.InputStream getInputStream();
    descriptor: ()Ljava/io/InputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
         0: .line 343
            aload 0 /* this */
            iconst_0
            invokevirtual org.apache.commons.vfs2.provider.DefaultFileContent.buildInputStream:(I)Ljava/io/InputStream;
            areturn
        end local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/vfs2/provider/DefaultFileContent;
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException

  public java.io.InputStream getInputStream(int);
    descriptor: (I)Ljava/io/InputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
        start local 1 // int bufferSize
         0: .line 356
            aload 0 /* this */
            iload 1 /* bufferSize */
            invokevirtual org.apache.commons.vfs2.provider.DefaultFileContent.buildInputStream:(I)Ljava/io/InputStream;
            areturn
        end local 1 // int bufferSize
        end local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/apache/commons/vfs2/provider/DefaultFileContent;
            0    1     1  bufferSize  I
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException
    MethodParameters:
            Name  Flags
      bufferSize  final

  public org.apache.commons.vfs2.RandomAccessContent getRandomAccessContent(org.apache.commons.vfs2.util.RandomAccessMode);
    descriptor: (Lorg/apache/commons/vfs2/util/RandomAccessMode;)Lorg/apache/commons/vfs2/RandomAccessContent;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
        start local 1 // org.apache.commons.vfs2.util.RandomAccessMode mode
         0: .line 374
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileObject:Lorg/apache/commons/vfs2/provider/AbstractFileObject;
            aload 1 /* mode */
            invokevirtual org.apache.commons.vfs2.provider.AbstractFileObject.getRandomAccessContent:(Lorg/apache/commons/vfs2/util/RandomAccessMode;)Lorg/apache/commons/vfs2/RandomAccessContent;
            astore 2 /* rastr */
        start local 2 // org.apache.commons.vfs2.RandomAccessContent rastr
         1: .line 376
            new org.apache.commons.vfs2.provider.DefaultFileContent$FileRandomAccessContent
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileObject:Lorg/apache/commons/vfs2/provider/AbstractFileObject;
            aload 2 /* rastr */
            invokespecial org.apache.commons.vfs2.provider.DefaultFileContent$FileRandomAccessContent.<init>:(Lorg/apache/commons/vfs2/provider/DefaultFileContent;Lorg/apache/commons/vfs2/FileObject;Lorg/apache/commons/vfs2/RandomAccessContent;)V
            astore 3 /* rac */
        start local 3 // org.apache.commons.vfs2.provider.DefaultFileContent$FileRandomAccessContent rac
         2: .line 378
            aload 0 /* this */
            invokevirtual org.apache.commons.vfs2.provider.DefaultFileContent.getOrCreateThreadData:()Lorg/apache/commons/vfs2/provider/FileContentThreadData;
            aload 3 /* rac */
            invokevirtual org.apache.commons.vfs2.provider.FileContentThreadData.addRastr:(Lorg/apache/commons/vfs2/RandomAccessContent;)V
         3: .line 379
            aload 0 /* this */
            invokevirtual org.apache.commons.vfs2.provider.DefaultFileContent.streamOpened:()V
         4: .line 381
            aload 3 /* rac */
            areturn
        end local 3 // org.apache.commons.vfs2.provider.DefaultFileContent$FileRandomAccessContent rac
        end local 2 // org.apache.commons.vfs2.RandomAccessContent rastr
        end local 1 // org.apache.commons.vfs2.util.RandomAccessMode mode
        end local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/apache/commons/vfs2/provider/DefaultFileContent;
            0    5     1   mode  Lorg/apache/commons/vfs2/util/RandomAccessMode;
            1    5     2  rastr  Lorg/apache/commons/vfs2/RandomAccessContent;
            2    5     3    rac  Lorg/apache/commons/vfs2/provider/DefaultFileContent$FileRandomAccessContent;
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException
    MethodParameters:
      Name  Flags
      mode  final

  public java.io.OutputStream getOutputStream();
    descriptor: ()Ljava/io/OutputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
         0: .line 392
            aload 0 /* this */
            iconst_0
            invokevirtual org.apache.commons.vfs2.provider.DefaultFileContent.getOutputStream:(Z)Ljava/io/OutputStream;
            areturn
        end local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/vfs2/provider/DefaultFileContent;
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException

  public java.io.OutputStream getOutputStream(boolean);
    descriptor: (Z)Ljava/io/OutputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
        start local 1 // boolean bAppend
         0: .line 404
            aload 0 /* this */
            iload 1 /* bAppend */
            iconst_0
            invokevirtual org.apache.commons.vfs2.provider.DefaultFileContent.buildOutputStream:(ZI)Ljava/io/OutputStream;
            areturn
        end local 1 // boolean bAppend
        end local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/apache/commons/vfs2/provider/DefaultFileContent;
            0    1     1  bAppend  Z
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException
    MethodParameters:
         Name  Flags
      bAppend  final

  public java.io.OutputStream getOutputStream(int);
    descriptor: (I)Ljava/io/OutputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
        start local 1 // int bufferSize
         0: .line 417
            aload 0 /* this */
            iconst_0
            iload 1 /* bufferSize */
            invokevirtual org.apache.commons.vfs2.provider.DefaultFileContent.buildOutputStream:(ZI)Ljava/io/OutputStream;
            areturn
        end local 1 // int bufferSize
        end local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/apache/commons/vfs2/provider/DefaultFileContent;
            0    1     1  bufferSize  I
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException
    MethodParameters:
            Name  Flags
      bufferSize  final

  public java.io.OutputStream getOutputStream(boolean, int);
    descriptor: (ZI)Ljava/io/OutputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
        start local 1 // boolean bAppend
        start local 2 // int bufferSize
         0: .line 431
            aload 0 /* this */
            iload 1 /* bAppend */
            iload 2 /* bufferSize */
            invokevirtual org.apache.commons.vfs2.provider.DefaultFileContent.buildOutputStream:(ZI)Ljava/io/OutputStream;
            areturn
        end local 2 // int bufferSize
        end local 1 // boolean bAppend
        end local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/apache/commons/vfs2/provider/DefaultFileContent;
            0    1     1     bAppend  Z
            0    1     2  bufferSize  I
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException
    MethodParameters:
            Name  Flags
      bAppend     final
      bufferSize  final

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=1
        start local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
         0: .line 441
            aconst_null
            astore 1 /* caught */
        start local 1 // org.apache.commons.vfs2.FileSystemException caught
         1: .line 443
            aload 0 /* this */
            invokevirtual org.apache.commons.vfs2.provider.DefaultFileContent.getOrCreateThreadData:()Lorg/apache/commons/vfs2/provider/FileContentThreadData;
            astore 2 /* fileContentThreadData */
        start local 2 // org.apache.commons.vfs2.provider.FileContentThreadData fileContentThreadData
         2: .line 446
            goto 10
         3: .line 447
      StackMap locals: org.apache.commons.vfs2.FileSystemException org.apache.commons.vfs2.provider.FileContentThreadData
      StackMap stack:
            aload 2 /* fileContentThreadData */
         4: .line 448
            iconst_0
            invokevirtual org.apache.commons.vfs2.provider.FileContentThreadData.removeInstr:(I)Ljava/lang/Object;
         5: .line 447
            checkcast org.apache.commons.vfs2.provider.DefaultFileContent$FileContentInputStream
            astore 3 /* inputStream */
        start local 3 // org.apache.commons.vfs2.provider.DefaultFileContent$FileContentInputStream inputStream
         6: .line 450
            aload 3 /* inputStream */
            invokevirtual org.apache.commons.vfs2.provider.DefaultFileContent$FileContentInputStream.close:()V
         7: .line 451
            goto 10
      StackMap locals: org.apache.commons.vfs2.provider.DefaultFileContent org.apache.commons.vfs2.FileSystemException org.apache.commons.vfs2.provider.FileContentThreadData org.apache.commons.vfs2.provider.DefaultFileContent$FileContentInputStream
      StackMap stack: org.apache.commons.vfs2.FileSystemException
         8: astore 4 /* ex */
        start local 4 // org.apache.commons.vfs2.FileSystemException ex
         9: .line 452
            aload 4 /* ex */
            astore 1 /* caught */
        end local 4 // org.apache.commons.vfs2.FileSystemException ex
        end local 3 // org.apache.commons.vfs2.provider.DefaultFileContent$FileContentInputStream inputStream
        10: .line 446
      StackMap locals:
      StackMap stack:
            aload 2 /* fileContentThreadData */
            invokevirtual org.apache.commons.vfs2.provider.FileContentThreadData.getInstrsSize:()I
            ifgt 3
        11: .line 458
            goto 19
        12: .line 459
      StackMap locals:
      StackMap stack:
            aload 2 /* fileContentThreadData */
        13: .line 460
            iconst_0
            invokevirtual org.apache.commons.vfs2.provider.FileContentThreadData.removeRastr:(I)Ljava/lang/Object;
        14: .line 459
            checkcast org.apache.commons.vfs2.provider.DefaultFileContent$FileRandomAccessContent
            astore 3 /* randomAccessContent */
        start local 3 // org.apache.commons.vfs2.provider.DefaultFileContent$FileRandomAccessContent randomAccessContent
        15: .line 462
            aload 3 /* randomAccessContent */
            invokevirtual org.apache.commons.vfs2.provider.DefaultFileContent$FileRandomAccessContent.close:()V
        16: .line 463
            goto 19
      StackMap locals: org.apache.commons.vfs2.provider.DefaultFileContent org.apache.commons.vfs2.FileSystemException org.apache.commons.vfs2.provider.FileContentThreadData org.apache.commons.vfs2.provider.DefaultFileContent$FileRandomAccessContent
      StackMap stack: org.apache.commons.vfs2.FileSystemException
        17: astore 4 /* ex */
        start local 4 // org.apache.commons.vfs2.FileSystemException ex
        18: .line 464
            aload 4 /* ex */
            astore 1 /* caught */
        end local 4 // org.apache.commons.vfs2.FileSystemException ex
        end local 3 // org.apache.commons.vfs2.provider.DefaultFileContent$FileRandomAccessContent randomAccessContent
        19: .line 458
      StackMap locals:
      StackMap stack:
            aload 2 /* fileContentThreadData */
            invokevirtual org.apache.commons.vfs2.provider.FileContentThreadData.getRastrsSize:()I
            ifgt 12
        20: .line 469
            aload 2 /* fileContentThreadData */
            invokevirtual org.apache.commons.vfs2.provider.FileContentThreadData.getOutstr:()Lorg/apache/commons/vfs2/provider/DefaultFileContent$FileContentOutputStream;
            astore 3 /* outputStream */
        start local 3 // org.apache.commons.vfs2.provider.DefaultFileContent$FileContentOutputStream outputStream
        21: .line 470
            aload 3 /* outputStream */
            ifnull 31
        22: .line 471
            aload 2 /* fileContentThreadData */
            aconst_null
            invokevirtual org.apache.commons.vfs2.provider.FileContentThreadData.setOutstr:(Lorg/apache/commons/vfs2/provider/DefaultFileContent$FileContentOutputStream;)V
        23: .line 473
            aload 3 /* outputStream */
            invokevirtual org.apache.commons.vfs2.provider.DefaultFileContent$FileContentOutputStream.close:()V
        24: .line 474
            goto 31
      StackMap locals: org.apache.commons.vfs2.provider.DefaultFileContent org.apache.commons.vfs2.FileSystemException org.apache.commons.vfs2.provider.FileContentThreadData org.apache.commons.vfs2.provider.DefaultFileContent$FileContentOutputStream
      StackMap stack: org.apache.commons.vfs2.FileSystemException
        25: astore 4 /* ex */
        start local 4 // org.apache.commons.vfs2.FileSystemException ex
        26: .line 475
            aload 4 /* ex */
            astore 1 /* caught */
        end local 4 // org.apache.commons.vfs2.FileSystemException ex
        end local 3 // org.apache.commons.vfs2.provider.DefaultFileContent$FileContentOutputStream outputStream
        end local 2 // org.apache.commons.vfs2.provider.FileContentThreadData fileContentThreadData
        27: .line 478
            goto 31
      StackMap locals: org.apache.commons.vfs2.provider.DefaultFileContent org.apache.commons.vfs2.FileSystemException
      StackMap stack: java.lang.Throwable
        28: astore 5
        29: .line 479
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.threadLocal:Ljava/lang/ThreadLocal;
            invokevirtual java.lang.ThreadLocal.remove:()V
        30: .line 480
            aload 5
            athrow
        31: .line 479
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.threadLocal:Ljava/lang/ThreadLocal;
            invokevirtual java.lang.ThreadLocal.remove:()V
        32: .line 483
            aload 1 /* caught */
            ifnull 34
        33: .line 484
            aload 1 /* caught */
            athrow
        34: .line 486
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.apache.commons.vfs2.FileSystemException caught
        end local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   35     0                   this  Lorg/apache/commons/vfs2/provider/DefaultFileContent;
            1   35     1                 caught  Lorg/apache/commons/vfs2/FileSystemException;
            2   27     2  fileContentThreadData  Lorg/apache/commons/vfs2/provider/FileContentThreadData;
            6   10     3            inputStream  Lorg/apache/commons/vfs2/provider/DefaultFileContent$FileContentInputStream;
            9   10     4                     ex  Lorg/apache/commons/vfs2/FileSystemException;
           15   19     3    randomAccessContent  Lorg/apache/commons/vfs2/provider/DefaultFileContent$FileRandomAccessContent;
           18   19     4                     ex  Lorg/apache/commons/vfs2/FileSystemException;
           21   27     3           outputStream  Lorg/apache/commons/vfs2/provider/DefaultFileContent$FileContentOutputStream;
           26   27     4                     ex  Lorg/apache/commons/vfs2/FileSystemException;
      Exception table:
        from    to  target  type
           6     7       8  Class org.apache.commons.vfs2.FileSystemException
          15    16      17  Class org.apache.commons.vfs2.FileSystemException
          23    24      25  Class org.apache.commons.vfs2.FileSystemException
           1    28      28  any
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException

  private java.io.InputStream buildInputStream(int);
    descriptor: (I)Ljava/io/InputStream;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
        start local 1 // int bufferSize
         0: .line 495
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileObject:Lorg/apache/commons/vfs2/provider/AbstractFileObject;
            invokevirtual org.apache.commons.vfs2.provider.AbstractFileObject.getInputStream:()Ljava/io/InputStream;
            astore 2 /* inputStream */
        start local 2 // java.io.InputStream inputStream
         1: .line 497
            iload 1 /* bufferSize */
            ifne 3
         2: .line 498
            new org.apache.commons.vfs2.provider.DefaultFileContent$FileContentInputStream
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileObject:Lorg/apache/commons/vfs2/provider/AbstractFileObject;
            aload 2 /* inputStream */
            invokespecial org.apache.commons.vfs2.provider.DefaultFileContent$FileContentInputStream.<init>:(Lorg/apache/commons/vfs2/provider/DefaultFileContent;Lorg/apache/commons/vfs2/FileObject;Ljava/io/InputStream;)V
            goto 4
         3: .line 499
      StackMap locals: java.io.InputStream
      StackMap stack:
            new org.apache.commons.vfs2.provider.DefaultFileContent$FileContentInputStream
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileObject:Lorg/apache/commons/vfs2/provider/AbstractFileObject;
            aload 2 /* inputStream */
            iload 1 /* bufferSize */
            invokespecial org.apache.commons.vfs2.provider.DefaultFileContent$FileContentInputStream.<init>:(Lorg/apache/commons/vfs2/provider/DefaultFileContent;Lorg/apache/commons/vfs2/FileObject;Ljava/io/InputStream;I)V
         4: .line 497
      StackMap locals:
      StackMap stack: org.apache.commons.vfs2.provider.DefaultFileContent$FileContentInputStream
            astore 3 /* wrappedInputStream */
        start local 3 // java.io.InputStream wrappedInputStream
         5: .line 501
            aload 0 /* this */
            invokevirtual org.apache.commons.vfs2.provider.DefaultFileContent.getOrCreateThreadData:()Lorg/apache/commons/vfs2/provider/FileContentThreadData;
            aload 3 /* wrappedInputStream */
            invokevirtual org.apache.commons.vfs2.provider.FileContentThreadData.addInstr:(Ljava/io/InputStream;)V
         6: .line 502
            aload 0 /* this */
            invokevirtual org.apache.commons.vfs2.provider.DefaultFileContent.streamOpened:()V
         7: .line 504
            aload 3 /* wrappedInputStream */
            areturn
        end local 3 // java.io.InputStream wrappedInputStream
        end local 2 // java.io.InputStream inputStream
        end local 1 // int bufferSize
        end local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    8     0                this  Lorg/apache/commons/vfs2/provider/DefaultFileContent;
            0    8     1          bufferSize  I
            1    8     2         inputStream  Ljava/io/InputStream;
            5    8     3  wrappedInputStream  Ljava/io/InputStream;
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException
    MethodParameters:
            Name  Flags
      bufferSize  final

  private java.io.OutputStream buildOutputStream(boolean, int);
    descriptor: (ZI)Ljava/io/OutputStream;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=6, args_size=3
        start local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
        start local 1 // boolean bAppend
        start local 2 // int bufferSize
         0: .line 511
            aload 0 /* this */
            invokevirtual org.apache.commons.vfs2.provider.DefaultFileContent.getOrCreateThreadData:()Lorg/apache/commons/vfs2/provider/FileContentThreadData;
            astore 3 /* streams */
        start local 3 // org.apache.commons.vfs2.provider.FileContentThreadData streams
         1: .line 513
            aload 3 /* streams */
            invokevirtual org.apache.commons.vfs2.provider.FileContentThreadData.getOutstr:()Lorg/apache/commons/vfs2/provider/DefaultFileContent$FileContentOutputStream;
            ifnull 3
         2: .line 514
            new org.apache.commons.vfs2.FileSystemException
            dup
            ldc "vfs.provider/write-in-use.error"
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileObject:Lorg/apache/commons/vfs2/provider/AbstractFileObject;
            invokespecial org.apache.commons.vfs2.FileSystemException.<init>:(Ljava/lang/String;Ljava/lang/Object;)V
            athrow
         3: .line 518
      StackMap locals: org.apache.commons.vfs2.provider.FileContentThreadData
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileObject:Lorg/apache/commons/vfs2/provider/AbstractFileObject;
            iload 1 /* bAppend */
            invokevirtual org.apache.commons.vfs2.provider.AbstractFileObject.getOutputStream:(Z)Ljava/io/OutputStream;
            astore 4 /* outstr */
        start local 4 // java.io.OutputStream outstr
         4: .line 521
            iload 2 /* bufferSize */
            ifne 6
         5: .line 522
            new org.apache.commons.vfs2.provider.DefaultFileContent$FileContentOutputStream
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileObject:Lorg/apache/commons/vfs2/provider/AbstractFileObject;
            aload 4 /* outstr */
            invokespecial org.apache.commons.vfs2.provider.DefaultFileContent$FileContentOutputStream.<init>:(Lorg/apache/commons/vfs2/provider/DefaultFileContent;Lorg/apache/commons/vfs2/FileObject;Ljava/io/OutputStream;)V
            goto 7
         6: .line 523
      StackMap locals: java.io.OutputStream
      StackMap stack:
            new org.apache.commons.vfs2.provider.DefaultFileContent$FileContentOutputStream
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileObject:Lorg/apache/commons/vfs2/provider/AbstractFileObject;
            aload 4 /* outstr */
            iload 2 /* bufferSize */
            invokespecial org.apache.commons.vfs2.provider.DefaultFileContent$FileContentOutputStream.<init>:(Lorg/apache/commons/vfs2/provider/DefaultFileContent;Lorg/apache/commons/vfs2/FileObject;Ljava/io/OutputStream;I)V
         7: .line 521
      StackMap locals:
      StackMap stack: org.apache.commons.vfs2.provider.DefaultFileContent$FileContentOutputStream
            astore 5 /* wrapped */
        start local 5 // org.apache.commons.vfs2.provider.DefaultFileContent$FileContentOutputStream wrapped
         8: .line 524
            aload 3 /* streams */
            aload 5 /* wrapped */
            invokevirtual org.apache.commons.vfs2.provider.FileContentThreadData.setOutstr:(Lorg/apache/commons/vfs2/provider/DefaultFileContent$FileContentOutputStream;)V
         9: .line 525
            aload 0 /* this */
            invokevirtual org.apache.commons.vfs2.provider.DefaultFileContent.streamOpened:()V
        10: .line 527
            aload 5 /* wrapped */
            areturn
        end local 5 // org.apache.commons.vfs2.provider.DefaultFileContent$FileContentOutputStream wrapped
        end local 4 // java.io.OutputStream outstr
        end local 3 // org.apache.commons.vfs2.provider.FileContentThreadData streams
        end local 2 // int bufferSize
        end local 1 // boolean bAppend
        end local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Lorg/apache/commons/vfs2/provider/DefaultFileContent;
            0   11     1     bAppend  Z
            0   11     2  bufferSize  I
            1   11     3     streams  Lorg/apache/commons/vfs2/provider/FileContentThreadData;
            4   11     4      outstr  Ljava/io/OutputStream;
            8   11     5     wrapped  Lorg/apache/commons/vfs2/provider/DefaultFileContent$FileContentOutputStream;
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException
    MethodParameters:
            Name  Flags
      bAppend     final
      bufferSize  final

  private void endInput(org.apache.commons.vfs2.provider.DefaultFileContent$FileContentInputStream);
    descriptor: (Lorg/apache/commons/vfs2/provider/DefaultFileContent$FileContentInputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
        start local 1 // org.apache.commons.vfs2.provider.DefaultFileContent$FileContentInputStream instr
         0: .line 534
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.threadLocal:Ljava/lang/ThreadLocal;
            invokevirtual java.lang.ThreadLocal.get:()Ljava/lang/Object;
            checkcast org.apache.commons.vfs2.provider.FileContentThreadData
            astore 2 /* fileContentThreadData */
        start local 2 // org.apache.commons.vfs2.provider.FileContentThreadData fileContentThreadData
         1: .line 535
            aload 2 /* fileContentThreadData */
            ifnull 3
         2: .line 536
            aload 2 /* fileContentThreadData */
            aload 1 /* instr */
            invokevirtual org.apache.commons.vfs2.provider.FileContentThreadData.removeInstr:(Ljava/io/InputStream;)V
         3: .line 538
      StackMap locals: org.apache.commons.vfs2.provider.FileContentThreadData
      StackMap stack:
            aload 2 /* fileContentThreadData */
            ifnull 4
            aload 2 /* fileContentThreadData */
            invokevirtual org.apache.commons.vfs2.provider.FileContentThreadData.hasStreams:()Z
            ifne 5
         4: .line 540
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.threadLocal:Ljava/lang/ThreadLocal;
            invokevirtual java.lang.ThreadLocal.remove:()V
         5: .line 542
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.commons.vfs2.provider.DefaultFileContent.streamClosed:()V
         6: .line 543
            return
        end local 2 // org.apache.commons.vfs2.provider.FileContentThreadData fileContentThreadData
        end local 1 // org.apache.commons.vfs2.provider.DefaultFileContent$FileContentInputStream instr
        end local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    7     0                   this  Lorg/apache/commons/vfs2/provider/DefaultFileContent;
            0    7     1                  instr  Lorg/apache/commons/vfs2/provider/DefaultFileContent$FileContentInputStream;
            1    7     2  fileContentThreadData  Lorg/apache/commons/vfs2/provider/FileContentThreadData;
    MethodParameters:
       Name  Flags
      instr  final

  private void endRandomAccess(org.apache.commons.vfs2.RandomAccessContent);
    descriptor: (Lorg/apache/commons/vfs2/RandomAccessContent;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
        start local 1 // org.apache.commons.vfs2.RandomAccessContent rac
         0: .line 549
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.threadLocal:Ljava/lang/ThreadLocal;
            invokevirtual java.lang.ThreadLocal.get:()Ljava/lang/Object;
            checkcast org.apache.commons.vfs2.provider.FileContentThreadData
            astore 2 /* fileContentThreadData */
        start local 2 // org.apache.commons.vfs2.provider.FileContentThreadData fileContentThreadData
         1: .line 550
            aload 2 /* fileContentThreadData */
            ifnull 3
         2: .line 551
            aload 2 /* fileContentThreadData */
            aload 1 /* rac */
            invokevirtual org.apache.commons.vfs2.provider.FileContentThreadData.removeRastr:(Lorg/apache/commons/vfs2/RandomAccessContent;)V
         3: .line 553
      StackMap locals: org.apache.commons.vfs2.provider.FileContentThreadData
      StackMap stack:
            aload 2 /* fileContentThreadData */
            ifnull 4
            aload 2 /* fileContentThreadData */
            invokevirtual org.apache.commons.vfs2.provider.FileContentThreadData.hasStreams:()Z
            ifne 5
         4: .line 555
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.threadLocal:Ljava/lang/ThreadLocal;
            invokevirtual java.lang.ThreadLocal.remove:()V
         5: .line 557
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.commons.vfs2.provider.DefaultFileContent.streamClosed:()V
         6: .line 558
            return
        end local 2 // org.apache.commons.vfs2.provider.FileContentThreadData fileContentThreadData
        end local 1 // org.apache.commons.vfs2.RandomAccessContent rac
        end local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    7     0                   this  Lorg/apache/commons/vfs2/provider/DefaultFileContent;
            0    7     1                    rac  Lorg/apache/commons/vfs2/RandomAccessContent;
            1    7     2  fileContentThreadData  Lorg/apache/commons/vfs2/provider/FileContentThreadData;
    MethodParameters:
      Name  Flags
      rac   final

  private void endOutput();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
         0: .line 564
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.threadLocal:Ljava/lang/ThreadLocal;
            invokevirtual java.lang.ThreadLocal.get:()Ljava/lang/Object;
            checkcast org.apache.commons.vfs2.provider.FileContentThreadData
            astore 1 /* fileContentThreadData */
        start local 1 // org.apache.commons.vfs2.provider.FileContentThreadData fileContentThreadData
         1: .line 565
            aload 1 /* fileContentThreadData */
            ifnull 3
         2: .line 566
            aload 1 /* fileContentThreadData */
            aconst_null
            invokevirtual org.apache.commons.vfs2.provider.FileContentThreadData.setOutstr:(Lorg/apache/commons/vfs2/provider/DefaultFileContent$FileContentOutputStream;)V
         3: .line 568
      StackMap locals: org.apache.commons.vfs2.provider.FileContentThreadData
      StackMap stack:
            aload 1 /* fileContentThreadData */
            ifnull 4
            aload 1 /* fileContentThreadData */
            invokevirtual org.apache.commons.vfs2.provider.FileContentThreadData.hasStreams:()Z
            ifne 5
         4: .line 570
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.threadLocal:Ljava/lang/ThreadLocal;
            invokevirtual java.lang.ThreadLocal.remove:()V
         5: .line 572
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.commons.vfs2.provider.DefaultFileContent.streamClosed:()V
         6: .line 573
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileObject:Lorg/apache/commons/vfs2/provider/AbstractFileObject;
            invokevirtual org.apache.commons.vfs2.provider.AbstractFileObject.endOutput:()V
         7: .line 574
            return
        end local 1 // org.apache.commons.vfs2.provider.FileContentThreadData fileContentThreadData
        end local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    8     0                   this  Lorg/apache/commons/vfs2/provider/DefaultFileContent;
            1    8     1  fileContentThreadData  Lorg/apache/commons/vfs2/provider/FileContentThreadData;
    Exceptions:
      throws java.lang.Exception

  public boolean isOpen();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
         0: .line 586
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.threadLocal:Ljava/lang/ThreadLocal;
            invokevirtual java.lang.ThreadLocal.get:()Ljava/lang/Object;
            checkcast org.apache.commons.vfs2.provider.FileContentThreadData
            astore 1 /* fileContentThreadData */
        start local 1 // org.apache.commons.vfs2.provider.FileContentThreadData fileContentThreadData
         1: .line 587
            aload 1 /* fileContentThreadData */
            ifnull 3
            aload 1 /* fileContentThreadData */
            invokevirtual org.apache.commons.vfs2.provider.FileContentThreadData.hasStreams:()Z
            ifeq 3
         2: .line 588
            iconst_1
            ireturn
         3: .line 591
      StackMap locals: org.apache.commons.vfs2.provider.FileContentThreadData
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.threadLocal:Ljava/lang/ThreadLocal;
            invokevirtual java.lang.ThreadLocal.remove:()V
         4: .line 592
            iconst_0
            ireturn
        end local 1 // org.apache.commons.vfs2.provider.FileContentThreadData fileContentThreadData
        end local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    5     0                   this  Lorg/apache/commons/vfs2/provider/DefaultFileContent;
            1    5     1  fileContentThreadData  Lorg/apache/commons/vfs2/provider/FileContentThreadData;

  public boolean isOpenGlobal();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
         0: .line 601
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 602
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.openStreams:I
            ifle 2
            iconst_1
            goto 3
      StackMap locals: org.apache.commons.vfs2.provider.DefaultFileContent
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: aload 1
            monitorexit
         4: ireturn
         5: .line 601
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         6: athrow
        end local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/commons/vfs2/provider/DefaultFileContent;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any

  public org.apache.commons.vfs2.FileContentInfo getContentInfo();
    descriptor: ()Lorg/apache/commons/vfs2/FileContentInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
         0: .line 736
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileContentInfo:Lorg/apache/commons/vfs2/FileContentInfo;
            ifnonnull 2
         1: .line 737
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileContentInfoFactory:Lorg/apache/commons/vfs2/FileContentInfoFactory;
            aload 0 /* this */
            invokeinterface org.apache.commons.vfs2.FileContentInfoFactory.create:(Lorg/apache/commons/vfs2/FileContent;)Lorg/apache/commons/vfs2/FileContentInfo;
            putfield org.apache.commons.vfs2.provider.DefaultFileContent.fileContentInfo:Lorg/apache/commons/vfs2/FileContentInfo;
         2: .line 740
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.vfs2.provider.DefaultFileContent.fileContentInfo:Lorg/apache/commons/vfs2/FileContentInfo;
            areturn
        end local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/vfs2/provider/DefaultFileContent;
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException

  public long write(org.apache.commons.vfs2.FileContent);
    descriptor: (Lorg/apache/commons/vfs2/FileContent;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
        start local 1 // org.apache.commons.vfs2.FileContent fileContent
         0: .line 753
            aload 1 /* fileContent */
            invokeinterface org.apache.commons.vfs2.FileContent.getOutputStream:()Ljava/io/OutputStream;
            astore 2 /* output */
        start local 2 // java.io.OutputStream output
         1: .line 755
            aload 0 /* this */
            aload 2 /* output */
            invokevirtual org.apache.commons.vfs2.provider.DefaultFileContent.write:(Ljava/io/OutputStream;)J
            lstore 4
         2: .line 757
            aload 2 /* output */
            invokevirtual java.io.OutputStream.close:()V
         3: .line 755
            lload 4
            lreturn
         4: .line 756
      StackMap locals: org.apache.commons.vfs2.provider.DefaultFileContent org.apache.commons.vfs2.FileContent java.io.OutputStream
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 757
            aload 2 /* output */
            invokevirtual java.io.OutputStream.close:()V
         6: .line 758
            aload 3
            athrow
        end local 2 // java.io.OutputStream output
        end local 1 // org.apache.commons.vfs2.FileContent fileContent
        end local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lorg/apache/commons/vfs2/provider/DefaultFileContent;
            0    7     1  fileContent  Lorg/apache/commons/vfs2/FileContent;
            1    7     2       output  Ljava/io/OutputStream;
      Exception table:
        from    to  target  type
           1     2       4  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      fileContent  final

  public long write(org.apache.commons.vfs2.FileObject);
    descriptor: (Lorg/apache/commons/vfs2/FileObject;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
        start local 1 // org.apache.commons.vfs2.FileObject file
         0: .line 771
            aload 0 /* this */
            aload 1 /* file */
            invokeinterface org.apache.commons.vfs2.FileObject.getContent:()Lorg/apache/commons/vfs2/FileContent;
            invokevirtual org.apache.commons.vfs2.provider.DefaultFileContent.write:(Lorg/apache/commons/vfs2/FileContent;)J
            lreturn
        end local 1 // org.apache.commons.vfs2.FileObject file
        end local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/vfs2/provider/DefaultFileContent;
            0    1     1  file  Lorg/apache/commons/vfs2/FileObject;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      file  final

  public long write(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
        start local 1 // java.io.OutputStream output
         0: .line 784
            aload 0 /* this */
            aload 1 /* output */
            sipush 4096
            invokevirtual org.apache.commons.vfs2.provider.DefaultFileContent.write:(Ljava/io/OutputStream;I)J
            lreturn
        end local 1 // java.io.OutputStream output
        end local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/commons/vfs2/provider/DefaultFileContent;
            0    1     1  output  Ljava/io/OutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      output  final

  public long write(java.io.OutputStream, int);
    descriptor: (Ljava/io/OutputStream;I)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=9, args_size=3
        start local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
        start local 1 // java.io.OutputStream output
        start local 2 // int bufferSize
         0: .line 798
            aload 0 /* this */
            invokevirtual org.apache.commons.vfs2.provider.DefaultFileContent.getInputStream:()Ljava/io/InputStream;
            astore 3 /* input */
        start local 3 // java.io.InputStream input
         1: .line 799
            lconst_0
            lstore 4 /* count */
        start local 4 // long count
         2: .line 802
            iload 2 /* bufferSize */
            newarray 8
            astore 6 /* buffer */
        start local 6 // byte[] buffer
         3: .line 803
            iconst_0
            istore 7 /* n */
        start local 7 // int n
         4: .line 804
            goto 7
         5: .line 805
      StackMap locals: org.apache.commons.vfs2.provider.DefaultFileContent java.io.OutputStream int java.io.InputStream long byte[] int
      StackMap stack:
            aload 1 /* output */
            aload 6 /* buffer */
            iconst_0
            iload 7 /* n */
            invokevirtual java.io.OutputStream.write:([BII)V
         6: .line 806
            lload 4 /* count */
            iload 7 /* n */
            i2l
            ladd
            lstore 4 /* count */
         7: .line 804
      StackMap locals:
      StackMap stack:
            iconst_m1
            aload 3 /* input */
            aload 6 /* buffer */
            invokevirtual java.io.InputStream.read:([B)I
            dup
            istore 7 /* n */
            if_icmpne 5
        end local 7 // int n
        end local 6 // byte[] buffer
         8: .line 808
            goto 12
      StackMap locals: org.apache.commons.vfs2.provider.DefaultFileContent java.io.OutputStream int java.io.InputStream long
      StackMap stack: java.lang.Throwable
         9: astore 8
        10: .line 809
            aload 3 /* input */
            invokevirtual java.io.InputStream.close:()V
        11: .line 810
            aload 8
            athrow
        12: .line 809
      StackMap locals:
      StackMap stack:
            aload 3 /* input */
            invokevirtual java.io.InputStream.close:()V
        13: .line 811
            lload 4 /* count */
            lreturn
        end local 4 // long count
        end local 3 // java.io.InputStream input
        end local 2 // int bufferSize
        end local 1 // java.io.OutputStream output
        end local 0 // org.apache.commons.vfs2.provider.DefaultFileContent this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   14     0        this  Lorg/apache/commons/vfs2/provider/DefaultFileContent;
            0   14     1      output  Ljava/io/OutputStream;
            0   14     2  bufferSize  I
            1   14     3       input  Ljava/io/InputStream;
            2   14     4       count  J
            3    8     6      buffer  [B
            4    8     7           n  I
      Exception table:
        from    to  target  type
           2     9       9  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      output      final
      bufferSize  final
}
SourceFile: "DefaultFileContent.java"
NestMembers:
  org.apache.commons.vfs2.provider.DefaultFileContent$FileContentInputStream  org.apache.commons.vfs2.provider.DefaultFileContent$FileContentOutputStream  org.apache.commons.vfs2.provider.DefaultFileContent$FileRandomAccessContent
InnerClasses:
  private final FileContentInputStream = org.apache.commons.vfs2.provider.DefaultFileContent$FileContentInputStream of org.apache.commons.vfs2.provider.DefaultFileContent
  final FileContentOutputStream = org.apache.commons.vfs2.provider.DefaultFileContent$FileContentOutputStream of org.apache.commons.vfs2.provider.DefaultFileContent
  private final FileRandomAccessContent = org.apache.commons.vfs2.provider.DefaultFileContent$FileRandomAccessContent of org.apache.commons.vfs2.provider.DefaultFileContent