UCFile class abstract

Base class which describes cross-platform file implementation

Constructors

UCFile(Object file)
Create cross-platform file
factory
UCFile.fromUri(Uri uri)
Trying to resolve file from Uri Not working with web
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
mimeType String
File myme type
no setter
name String
Filename
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

length() Future<int>
Retrieve file size in bytes
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openRead([int start, int end]) Stream<List<int>>
Create a new independent Stream for the contents of this file.
toString() String
A string representation of this object.
inherited

Operators

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