Lz4Option class abstract

Exposes Lz4 options for input parameters.

Constructors

Lz4Option()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Constants

blockSize1MB → const int
1MB max block size for Lz4Codec.blockSize and Lz4Encoder.blockSize.
blockSize4MB → const int
4MB max block size for Lz4Codec.blockSize and Lz4Encoder.blockSize.
blockSize64KB → const int
64KB max block size for Lz4Codec.blockSize and Lz4Encoder.blockSize.
blockSize256KB → const int
256KB max block size for Lz4Codec.blockSize and Lz4Encoder.blockSize.
defaultBlockSize → const int
Default max block size for Lz4Codec.blockSize and Lz4Encoder.blockSize.
defaultLevel → const int
Default value for Lz4Codec.level and Lz4Encoder.level.
maxLevel → const int
Maximal value for Lz4Codec.level and Lz4Encoder.level.
minLevel → const int
Minimal value for Lz4Codec.level and Lz4Encoder.level.