NetpbmAsciiDecoder class final Output and Comparison
Decodes a portable pixmap (Netpbm) image format using ASCII to pixel data.
Constructors
-
NetpbmAsciiDecoder({PixelFormat<
int, void> format = abgr8888}) -
Creates a new ASCII 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< String> 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(
String input, {PixelFormat< int, void> ? format}) → Buffer<int> -
Converts the input to integer-based pixel data.
inherited
-
fuse<
TT> (Converter< Buffer< other) → Converter<int> , TT>String, TT> -
Fuses
this
withother
.inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parseHeader(
String input) → NetpbmHeader -
Parses the header information from the Netpbm image.
inherited
-
startChunkedConversion(
Sink< Buffer< sink) → Sink<int> >String> -
Starts a chunked conversion.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
tryParseHeader(
String input) → NetpbmHeader? -
Parses the header information from the Netpbm image.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited