version 2.0.0_prealpha

PIFile::put() and get()
This commit is contained in:
2020-08-11 20:09:34 +03:00
parent 3ba6a7b0e8
commit 57a9ccb854
8 changed files with 87 additions and 5 deletions

View File

@@ -145,6 +145,10 @@ public:
//! Set float numbers write precision to "prec_" digits
void setPrecision(int prec);
PIFile & put(const PIByteArray & v);
PIByteArray get();
//! Write to file binary content of "v"