ImageFilesystemBroker class

Inheritance

Constructors

ImageFilesystemBroker(String path, {int? numChannels, num? alpha, bool createPathIfNotExists = false, bool exceptionWhenFileNotExists = false})
See readAsImage() notes for numChannels and alpha.

Properties

alpha num?
final
hashCode int
The hash code for this object.
no setterinherited
numChannels int?
final
prefix String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wfile WFile
finalinherited

Methods

clear() → void
Delete all pairs of key-value.
inherited
delete(String key) → void
Delete this key-value.
inherited
exists(String key) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(String key) → Image?
override
toString() String
A string representation of this object.
inherited
write(String key, Image value) → void
override

Operators

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