MYLS 7c92ee2e6e Split cvWriteRawData_Base64 into three functions
The three new functions:

```cpp
void cvStartWriteRawData_Base64(::CvFileStorage * fs, const char* name,
int len, const char* dt);
void cvWriteRawData_Base64(::CvFileStorage *
fs, const void* _data, int len);
void
cvEndWriteRawData_Base64(::CvFileStorage * fs);
```

Test is also updated. (And it's remarkable that there is a bug in
`cvWriteReadData`.)
2016-06-24 22:27:42 +08:00
..
2015-12-25 16:16:34 +03:00
2015-09-11 18:46:52 +02:00
2016-06-07 14:53:04 +09:00
2015-12-17 12:33:23 +03:00
2015-12-17 12:33:23 +03:00
2014-04-07 18:53:07 +04:00
2016-01-26 14:11:53 +03:00
2015-12-09 18:31:27 +03:00
2015-12-17 12:33:23 +03:00
2013-09-05 19:03:00 +04:00
2014-02-22 09:54:16 +05:30