Is using a FileChannel
the newer and better way to copy a file in Android (as opposed to making an InputStream
and OutputStream
)?
And if so, how do I specify a File
in assets to copy to any other location?
Is using a FileChannel
the newer and better way to copy a file in Android (as opposed to making an InputStream
and OutputStream
)?
And if so, how do I specify a File
in assets to copy to any other location?