ZstdException class
Thrown when the Zstd library reports a compression or decompression error, or when the frame header is invalid or missing content size information.
Catch as ZstdException for specific handling, or as Exception for broad error handling alongside other exception types.
- Implemented types
Constructors
- ZstdException(String message)
-
const
Properties
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