NetpbmDecoder<T> class abstract final Output and Comparison

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

Inheritance
Implementers

Properties

format PixelFormat<int, void>
The pixel format of the decoded image.
final
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<T> 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(T input, {PixelFormat<int, void>? format}) Buffer<int>
Converts the input to integer-based pixel data.
override
fuse<TT>(Converter<Buffer<int>, TT> other) Converter<T, TT>
Fuses this with other.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseHeader(T input) NetpbmHeader
Parses the header information from the Netpbm image.
startChunkedConversion(Sink<Buffer<int>> sink) Sink<T>
Starts a chunked conversion.
inherited
toString() String
A string representation of this object.
inherited
tryParseHeader(T input) NetpbmHeader?
Parses the header information from the Netpbm image.

Operators

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