dart_native_compression
library
Classes
-
Lz4Lib
-
Lz4 utility class
Typedefs
-
CompressFrame
= int Function(Pointer<Uint8>, int, Pointer<Uint8>, int)
-
-
CompressFrameNative
= Uint64 Function(Pointer<Uint8>, Uint64, Pointer<Uint8>, Uint64)
-
-
DecompressFrame
= int Function(Pointer<NativeType>, Pointer<Uint8>, Pointer<Uint64>, Pointer<Uint8>, Pointer<Uint64>)
-
-
DecompressFrameNative
= Uint64 Function(Pointer<NativeType>, Pointer<Uint8>, Pointer<Uint64>, Pointer<Uint8>, Pointer<Uint64>)
-
-
GetCompressFrameBound
= int Function(int)
-
-
GetCompressFrameBoundNative
= Uint64 Function(Uint64)
-
-
GetFrameVersionNumber
= int Function()
-
-
GetFrameVersionNumberNative
= Uint64 Function()
-
-
GetVersionNumber
= int Function()
-
-
GetVersionNumberNative
= Int32 Function()
-
-
GetVersionString
= Pointer<Utf8> Function()
-
-
GetVersionStringNative
= Pointer<Utf8> Function()
-