fun ByteArray.redirect(file: File): Long
Redirect this byte data to the specified file
Author johnsonlee
fun ByteArray.redirect(output: OutputStream): Long
Redirect this byte data to the specified output stream