NativeEagleSource class final
A read-only, containment-checking source rooted at a native directory.
- Implemented types
Properties
Methods
-
exists(
EaglePath path) → Future< bool> -
override
-
list(
EaglePath directory) → Future< List< EagleSourceEntry> > -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
readBytes(
EaglePath path) → Future< List< int> > -
override
-
readText(
EaglePath path) → Future< String> -
override
-
resolveNativePath(
EaglePath path) → Future< String> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
open(
Directory root) → Future< NativeEagleSource>