java.lang.Object
io.github.astrapi69.file.FileExtensions
Utility class for the use with File object
-
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]
Downloads Data from the given URI.static String
Gets the absolut path without the filename.static String
getContentType
(File file) Gets the content type from the given file objectstatic String
Gets the current absolut path without the dot and slash.static boolean
Not yet implemented.
-
Method Details
-
download
Downloads Data from the given URI.- Parameters:
uri
- The URI from where to download.- Returns:
- Returns a byte array or null.
- Throws:
IOException
- Signals that an I/O exception has occurred.
-
getAbsolutPathWithoutFilename
Gets the absolut path without the filename.- Parameters:
file
- the file.- Returns:
- 's the absolut path without filename.
-
getCurrentAbsolutPathWithoutDotAndSlash
Gets the current absolut path without the dot and slash.- Returns:
- 's the current absolut path without the dot and slash.
-
getContentType
Gets the content type from the given file object- Parameters:
file
- the file- Returns:
- 's the content type from the given file object
- Throws:
IOException
- Signals that an I/O exception has occurred
-
isOpen
Not yet implemented. Checks if the given file is open.- Parameters:
file
- The file to check.- Returns:
- Return true if the file is open otherwise false.
- Throws:
IOException
- Signals that an I/O exception has occurred.
-