EcmaCryptReader/Decoder - agile + standart

This commit is contained in:
ElenaSubbotina
2016-07-28 15:06:38 +03:00
parent f1f535f9b9
commit a61abdd02e
6 changed files with 443 additions and 258 deletions

View File

@ -32,6 +32,7 @@
#pragma once
#include "IBinaryReader.h"
#include "../Common/FormatUtils.h"
class MemoryStream: public IBinaryReader
{