class org.jruby.util.EmptyFileResource implements org.jruby.util.FileResource
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.util.EmptyFileResource
  super_class: java.lang.Object
{
  static final org.jruby.util.EmptyFileResource INSTANCE;
    descriptor: Lorg/jruby/util/EmptyFileResource;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 15
            new org.jruby.util.EmptyFileResource
            dup
            invokespecial org.jruby.util.EmptyFileResource.<init>:()V
            putstatic org.jruby.util.EmptyFileResource.INSTANCE:Lorg/jruby/util/EmptyFileResource;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.util.EmptyFileResource this
         0: .line 12
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.util.EmptyFileResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/util/EmptyFileResource;

  public static org.jruby.util.EmptyFileResource create(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/jruby/util/EmptyFileResource;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.String pathname
         0: .line 18
            aload 0 /* pathname */
            ifnull 1
            aload 0 /* pathname */
            invokevirtual java.lang.String.isEmpty:()Z
            ifeq 2
      StackMap locals:
      StackMap stack:
         1: getstatic org.jruby.util.EmptyFileResource.INSTANCE:Lorg/jruby/util/EmptyFileResource;
            goto 3
      StackMap locals:
      StackMap stack:
         2: aconst_null
      StackMap locals:
      StackMap stack: org.jruby.util.EmptyFileResource
         3: areturn
        end local 0 // java.lang.String pathname
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0  pathname  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      pathname  

  public java.lang.String absolutePath();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.util.EmptyFileResource this
         0: .line 23
            ldc ""
            areturn
        end local 0 // org.jruby.util.EmptyFileResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/util/EmptyFileResource;

  public java.lang.String canonicalPath();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.util.EmptyFileResource this
         0: .line 28
            ldc ""
            areturn
        end local 0 // org.jruby.util.EmptyFileResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/util/EmptyFileResource;

  public boolean exists();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.util.EmptyFileResource this
         0: .line 33
            iconst_0
            ireturn
        end local 0 // org.jruby.util.EmptyFileResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/util/EmptyFileResource;

  public boolean isDirectory();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.util.EmptyFileResource this
         0: .line 38
            iconst_0
            ireturn
        end local 0 // org.jruby.util.EmptyFileResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/util/EmptyFileResource;

  public boolean isFile();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.util.EmptyFileResource this
         0: .line 43
            iconst_0
            ireturn
        end local 0 // org.jruby.util.EmptyFileResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/util/EmptyFileResource;

  public boolean canExecute();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.util.EmptyFileResource this
         0: .line 48
            iconst_0
            ireturn
        end local 0 // org.jruby.util.EmptyFileResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/util/EmptyFileResource;

  public boolean canRead();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.util.EmptyFileResource this
         0: .line 53
            iconst_0
            ireturn
        end local 0 // org.jruby.util.EmptyFileResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/util/EmptyFileResource;

  public boolean canWrite();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.util.EmptyFileResource this
         0: .line 58
            iconst_0
            ireturn
        end local 0 // org.jruby.util.EmptyFileResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/util/EmptyFileResource;

  public boolean isSymLink();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.util.EmptyFileResource this
         0: .line 63
            iconst_0
            ireturn
        end local 0 // org.jruby.util.EmptyFileResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/util/EmptyFileResource;

  public java.lang.String[] list();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.util.EmptyFileResource this
         0: .line 67
            aconst_null
            areturn
        end local 0 // org.jruby.util.EmptyFileResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/util/EmptyFileResource;

  public long lastModified();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.util.EmptyFileResource this
         0: .line 71
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.jruby.util.EmptyFileResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/util/EmptyFileResource;

  public long length();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.util.EmptyFileResource this
         0: .line 76
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.jruby.util.EmptyFileResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/util/EmptyFileResource;

  public jnr.posix.FileStat stat();
    descriptor: ()Ljnr/posix/FileStat;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.util.EmptyFileResource this
         0: .line 81
            aconst_null
            areturn
        end local 0 // org.jruby.util.EmptyFileResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/util/EmptyFileResource;

  public jnr.posix.FileStat lstat();
    descriptor: ()Ljnr/posix/FileStat;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.util.EmptyFileResource this
         0: .line 86
            aconst_null
            areturn
        end local 0 // org.jruby.util.EmptyFileResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/util/EmptyFileResource;

  public int errno();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.util.EmptyFileResource this
         0: .line 91
            getstatic jnr.constants.platform.Errno.ENOENT:Ljnr/constants/platform/Errno;
            invokevirtual jnr.constants.platform.Errno.intValue:()I
            ireturn
        end local 0 // org.jruby.util.EmptyFileResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/util/EmptyFileResource;

  public java.io.InputStream openInputStream();
    descriptor: ()Ljava/io/InputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jruby.util.EmptyFileResource this
         0: .line 96
            new org.jruby.util.ResourceException$NotFound
            dup
            ldc ""
            invokespecial org.jruby.util.ResourceException$NotFound.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jruby.util.EmptyFileResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/util/EmptyFileResource;
    Exceptions:
      throws java.io.IOException

  public java.nio.channels.Channel openChannel(int, int);
    descriptor: (II)Ljava/nio/channels/Channel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.util.EmptyFileResource this
        start local 1 // int flags
        start local 2 // int perm
         0: .line 101
            new org.jruby.util.ResourceException$NotFound
            dup
            aload 0 /* this */
            invokevirtual org.jruby.util.EmptyFileResource.absolutePath:()Ljava/lang/String;
            invokespecial org.jruby.util.ResourceException$NotFound.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // int perm
        end local 1 // int flags
        end local 0 // org.jruby.util.EmptyFileResource this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/jruby/util/EmptyFileResource;
            0    1     1  flags  I
            0    1     2   perm  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      flags  
      perm   

  public <T> T unwrap(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.jruby.util.EmptyFileResource this
        start local 1 // java.lang.Class type
         0: .line 106
            aload 1 /* type */
            ldc Ljava/io/File;
            if_acmpeq 1
            aload 1 /* type */
            ldc Lorg/jruby/util/JRubyFile;
            if_acmpne 2
      StackMap locals:
      StackMap stack:
         1: getstatic org.jruby.util.JRubyFile.DUMMY:Lorg/jruby/util/JRubyFile;
            areturn
         2: .line 107
      StackMap locals:
      StackMap stack:
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "unwrap: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* type */
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.lang.Class type
        end local 0 // org.jruby.util.EmptyFileResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/util/EmptyFileResource;
            0    3     1  type  Ljava/lang/Class<TT;>;
    Exceptions:
      throws java.lang.UnsupportedOperationException
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;)TT;
    MethodParameters:
      Name  Flags
      type  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.util.EmptyFileResource this
         0: .line 112
            ldc ""
            areturn
        end local 0 // org.jruby.util.EmptyFileResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/util/EmptyFileResource;
}
SourceFile: "EmptyFileResource.java"
InnerClasses:
  public NotFound = org.jruby.util.ResourceException$NotFound of org.jruby.util.ResourceException