MutilFileHeaderAndFooterValidator mixin

Validate the content.

Superclass Constraints
Mixin Applications

Properties

decoderName String
The name of the decoder.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
headerAndFooter MutilFileHeaderAndFooter
Provides the header and footer of the file.
no setter
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.
inherited
getSizeAsync(AsyncImageInput input) Future<Size>
Returns the size of the input.
inherited
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