Streaming. Na razie tylko wymiary chunków
This commit is contained in:
parent
f7d429e1d2
commit
b4f6d3a85a
2 changed files with 6 additions and 2 deletions
|
|
@ -37,10 +37,10 @@ public:
|
|||
ChunkManager(EncryptionManager& em);
|
||||
~ChunkManager();
|
||||
|
||||
// Kompresja danych
|
||||
// Podział na chunki
|
||||
std::vector<char> chunked(const std::vector<char>&, const bool&, const bool&);
|
||||
|
||||
// Dekompresja
|
||||
// Zcalanie chunków
|
||||
std::vector<char> dechunked(const std::vector<char>&, const bool&, const bool&);
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue