Copy data using APIs

If you want to copy database file members to a stream file in an application, you can use the integrated file system open(), read(), and write() functions to open a member, read data from it, and write data to it or another file.

Related reference
Perform operations using APIs
Related information
open()
read()
write()
Integrated file system APIs