MemoryPack
MemoryPack copied to clipboard
BrotliCompressor needs CompressedLength, UncompressedLength
Currently compress after ToArray or CopyTo. But sometimes needs write compressed length to header but current API does not support it(require more copy).