FileInput class
ImageInput using file as input source.
- Inheritance
-
- Object
- ImageInput
- FileInput
Constructors
- FileInput(File file)
-
ImageInput using file as input source.
const
Properties
Methods
-
exists(
) → bool -
Check if the input data exists.
override
-
getRange(
int start, int end) → List< int> -
Get a range of bytes from the input data.
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