Revision 51:c83cc68483ea
| testapp/Loader.cpp | ||
|---|---|---|
| 35 | 35 |
buffer = f.read(bufsiz); |
| 36 | 36 |
tf.write(buffer); |
| 37 | 37 |
} |
| 38 |
tf.close(); |
|
| 38 | 39 |
std::cerr << "unpacked, importing..." << std::endl; |
| 39 | 40 |
store->import("file://" + tf.fileName(),
|
| 40 | 41 |
BasicStore::ImportPermitDuplicates, // fastest mode |
Also available in: Unified diff