NetpbmBinaryDecoder class final Output and Comparison

Decodes a portable pixmap (Netpbm) image format using binary to pixel data.

Inheritance

Constructors

NetpbmBinaryDecoder({PixelFormat<int, void> format = abgr8888})
Creates a new binary Netpbm decoder with the given format.
const

Properties

format PixelFormat<int, void>
The pixel format of the decoded image.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

bind(Stream<Uint8List> stream) Stream<Buffer<int>>
Transforms the provided stream.
inherited
cast<RS, RT>() Converter<RS, RT>
Provides a Converter<RS, RT> view of this stream transformer.
inherited
convert(Uint8List input, {PixelFormat<int, void>? format}) Buffer<int>
Converts the input to integer-based pixel data.
inherited
fuse<TT>(Converter<Buffer<int>, TT> other) Converter<Uint8List, TT>
Fuses this with other.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseHeader(Uint8List input) NetpbmHeader
Parses the header information from the Netpbm image.
inherited
startChunkedConversion(Sink<Buffer<int>> sink) Sink<Uint8List>
Starts a chunked conversion.
inherited
toString() String
A string representation of this object.
inherited
tryParseHeader(Uint8List input) NetpbmHeader?
Parses the header information from the Netpbm image.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited