Interface OCFResource


  • public interface OCFResource
    • Method Detail

      • isDirectory

        boolean isDirectory()
      • isFile

        boolean isFile()
      • getPath

        java.lang.String getPath()
      • getProperties

        java.util.Map<FeatureEnum,​java.lang.String> getProperties()
      • openStream

        java.io.InputStream openStream()
                                throws java.io.IOException
        Throws:
        java.io.IOException