Class FileContentResolver

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.nio.file.Path canonical​(java.nio.file.Path file)  
      java.io.InputStream open​(java.nio.file.Path file)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FileContentResolver

        public FileContentResolver()
    • Method Detail

      • canonical

        @Nonnull
        public java.nio.file.Path canonical​(java.nio.file.Path file)
                                     throws java.io.IOException
        Specified by:
        canonical in interface ContentResolver
        Throws:
        java.io.IOException
      • open

        @Nonnull
        @WillNotClose
        public java.io.InputStream open​(java.nio.file.Path file)
                                 throws java.io.IOException
        Specified by:
        open in interface ContentResolver
        Throws:
        java.io.IOException