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
..
2016-05-20 13:19:14 +03:00
2016-02-27 08:30:10 +05:30
2016-04-29 15:41:39 +02:00
2016-05-28 05:25:25 +03:00
2016-05-23 11:13:18 +02:00
2016-02-04 13:20:21 +01:00
2016-04-29 15:41:39 +02:00
2016-06-15 16:41:39 +02:00
2016-04-27 18:02:49 -07:00
2016-04-14 11:57:49 +02:00
2014-08-05 20:12:35 +04:00