zstandard_linux
library
Classes
-
ZstandardLinux
-
Linux implementation of
ZstandardPlatform using FFI and the native zstd library.
Functions
-
compress(Pointer<Void> dst, int dstCapacity, Pointer<Void> src, int srcSize, int compressionLevel)
→ int
-
-
compressAsync(Pointer<Void> dst, int dstCapacity, Pointer<Void> src, int srcSize, int compressionLevel)
→ Future<int>
-
-
decompress(Pointer<Void> dst, int dstCapacity, Pointer<Void> src, int compressedSize)
→ int
-
-
decompressAsync(Pointer<Void> dst, int dstCapacity, Pointer<Void> src, int compressedSize)
→ Future<int>
-