FileLoader

object FileLoader

Properties

Link copied to clipboard
var fuelManager: FuelManager

Pass your own FuelManager and change it properties for specific http/https configuration.

Functions

Link copied to clipboard
suspend fun loadFileBuffer(context: Context, fileLocation: String): ByteBuffer?

Load a file content buffer from different sources.

Link copied to clipboard
fun readFileBuffer(context: Context, fileLocation: String): ByteBuffer?

Load a file content buffer from a local source.