BmpDecoder class

BmpDecoder is a class for decoding BMP file.

Inheritance

Constructors

BmpDecoder()
BmpDecoder is a class for decoding BMP file.
const

Properties

decoderName String
The name of the decoder.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

compareTwoList(List<int> list1, List<int> list2) bool
compare two list.
inherited
convertRadix16ToInt(List<int> list, {bool reverse = false}) int
Convert hex a decimal list to int type.
inherited
getSize(ImageInput input) Size
Returns the size of the input.
override
getSizeAsync(AsyncImageInput input) Future<Size>
Returns the size of the input.
override
isValid(ImageInput input) bool
Returns the input is support or not.
override
isValidAsync(AsyncImageInput input) Future<bool>
Returns the input is support or not.
override
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