Interface IIFile

    • Method Detail

      • openInputStream

        java.io.InputStream openInputStream​(java.lang.Object monitor)
                                     throws java.io.IOException
        Opens the input stream to the file.
        Parameters:
        monitor - The IProgressMonitor, null for none.
        Returns:
        The input stream.
        Throws:
        java.io.IOException - For read errors.
      • getFileSize

        long getFileSize()
        Gets the file size.
      • getLastModified

        long getLastModified()
        Gets the file modified time in milliseconds since the epoch.
        Returns:
        Milliseconds since 1st January 1970, 0:00.