//sorisdk/com.iplateia.afplib/AudioDB/dump
dump
[androidJvm]
fun dump(bos: BufferedOutputStream, op: Int)
Dumps the database to an output stream.
Parameters
androidJvm
| bos | The output stream. |
| op | The operation code. |
[androidJvm]
fun dump(bos: BufferedOutputStream, op: Int, skipFooter: Boolean)
Dumps the database to an output stream with an option to skip the footer.
Parameters
androidJvm
| bos | The output stream. |
| op | The operation code. |
| skipFooter | Whether to skip the footer. |
