Class FileUtil

    • Constructor Detail

      • FileUtil

        public FileUtil​(Context context)
        Deprecated.
    • Method Detail

      • fileToURL

        public static java.net.URL fileToURL​(java.io.File file)
        Deprecated.
      • createMissingParentDirectories

        public static boolean createMissingParentDirectories​(java.io.File file)
        Deprecated.
        Creates the parent directories of a file. If parent directories not specified in file's path, then nothing is done and this returns gracefully.
        Parameters:
        file - file whose parent directories (if any) should be created
        Returns:
        true if either no parents were specified, or if all parent directories were created successfully; false otherwise
      • resourceAsString

        public java.lang.String resourceAsString​(java.lang.ClassLoader classLoader,
                                                 java.lang.String resourceName)
        Deprecated.