Brotli class
- Available extensions
Constructors
- Brotli.new(CompressionRsWorld _world)
Properties
- compressor → AsyncCompressor
-
Available on Brotli, provided by the BrotliExt extension
no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
brotliCompress(
{required Input input}) → Future< Result< Uint8List, IoError> > -
brotliCompressFile(
{required Input input, required String outputPath}) → Future< Result< IoSuccess, IoError> > -
brotliDecompress(
{required Input input}) → Future< Result< Uint8List, IoError> > -
brotliDecompressFile(
{required Input input, required String outputPath}) → Future< Result< IoSuccess, IoError> > -
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