Lz4FrameInfo class
Metadata about an LZ4 frame.
Properties
- blockChecksum → bool
-
Whether blocks have checksums (if standard frame).
final
- blockIndependence → bool
-
Whether blocks are independent (if standard frame).
final
- blockMaxSize → int
-
The maximum block size (if standard frame).
final
- contentChecksum → bool
-
Whether the frame has a content checksum (if standard frame).
final
- contentSize → int?
-
The declared content size, if present.
final
- dictId → int?
-
The dictionary ID, if present.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- headerSize → int
-
The number of bytes consumed by the frame header (including magic).
final
- isLegacy → bool
-
Whether this is a legacy frame.
final
- isSkippable → bool
-
Whether this is a skippable frame.
final
- magic → int
-
The magic number identifying the frame type.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- skippableSize → int?
-
The size of the skippable frame data (if isSkippable is true).
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited