Skip to content

//sorisdk/com.iplateia.afplib/AudioDB/dump

dump

[androidJvm]
fun dump(bos: BufferedOutputStream, op: Int)

Dumps the database to an output stream.

Parameters

androidJvm

bosThe output stream.
opThe 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

bosThe output stream.
opThe operation code.
skipFooterWhether to skip the footer.