DatabaseFileManager
Functions
Link copied to clipboard
It will remove all files in the directory whose name starts with fileHeader.
Link copied to clipboard
Link copied to clipboard
Write byte [] To File.
Link copied to clipboard
open fun writeToFileAndCleanOldVersionFiles(filePath: String, objectData: Array<Byte>, fileHeader: String)
It will clean all previous version of data files and then write objectData to the filePath.