KaliumFileSystemImpl
Constructors
Properties
Provides the root of the cache path, used to store temporary files
Provides the root of the cache path, used to store temporary files
Provides the root of the current user database path, used to store all the Database information.
Provides the root of the current user database path, used to store all the Database information.
Functions
Copies effectively the content of sourcePath into targetPath
Copies effectively the content of sourcePath into targetPath
It will create the provided dir in the current file system along with the needed subdirectories if they were not created previously
It will create the provided dir in the current file system along with the needed subdirectories if they were not created previously
It will make sure the given dir gets created on the file system
It will make sure the given dir gets created on the file system
This will delete recursively the given dir and all its content
This will delete recursively the given dir and all its content
Checks whether the given path is already created and exists on the current file system
Provides a list of paths found in the given dir path from where the call is being invoked.
Provides a list of paths found in the given dir path from where the call is being invoked.
Creates a persistent path on the internal storage folder of the file system if it didn't exist before and returns it if successful
Creates a persistent path on the internal storage folder of the file system if it didn't exist before and returns it if successful
Reads the data of the given path as a byte array
Reads the data of the given path as a byte array
Fetches the persistent Path of the current user's avatar in the KaliumFileSystem
Fetches the persistent Path of the current user's avatar in the KaliumFileSystem
Opens an output stream that will be used to write the data on the given outputPath
Opens an output stream that will be used to write the data on the given outputPath
Creates an input stream that will be used to read the data from the given inputPath
Creates a temporary path if it didn't exist before and returns it if successful.
Creates a temporary path if it didn't exist before and returns it if successful
Writes the data contained on dataSource into the provided outputSink
Writes the data contained on dataSource into the provided outputSink