mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Source code export placeholder
This commit is contained in:
@@ -6,6 +6,17 @@ class GpIOStream;
|
||||
|
||||
namespace PortabilityLayer
|
||||
{
|
||||
class DeflateContext
|
||||
{
|
||||
public:
|
||||
static DeflateContext *Create(GpIOStream *stream, int compressionLevel);
|
||||
|
||||
virtual void Destroy() = 0;
|
||||
virtual bool Append(const void *buffer, size_t size) = 0;
|
||||
|
||||
virtual bool Flush() = 0;
|
||||
};
|
||||
|
||||
class DeflateCodec
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user