Lz4Lib class
Lz4 utility class
Constructors
- Lz4Lib(DynamicLibrary lib)
- Construct Lz4Lib with DynamicLibrary
Properties
- getCompressFrameBound ↔ GetCompressFrameBound
-
Get compression frame bound
getter/setter pair
- getFrameVersionNumber ↔ GetFrameVersionNumber
-
Get lz4 frame version number
getter/setter pair
- getVersionNumber ↔ GetVersionNumber
-
Get lz4 version number
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
compressFrame(
Uint8List data) → Uint8List - Compression data into lz4 frame
-
decompressFrame(
Uint8List data) → Uint8List - Decompression data from lz4 frame
-
decompressFrameStream(
Stream< Uint8List> stream) → Stream<Uint8List> - Decompression data from lz4 frame with stream api https://github.com/lz4/lz4/blob/dev/doc/lz4_Frame_format.md
-
getVersionString(
) → String - Get lz4 version string
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited