Get FileChannel from AssetManager Android

Appeammutty

New Member
I want to get a FileChannel from the AssetManager in android, is there any way to do this? I want to map some raw custom binary files to some buffers. (If you have a better solution than AssetManager, please feel free to contribute)
 
Top