EntityStreamTransformer class

Inheritance

Constructors

EntityStreamTransformer(StreamController<Es> _scEntity, StreamController<Es> _scFilted, {bool cancelOnError = false, List<String>? excludes, String? root, List<String>? mimeOverrides, List<String>? mimeIncludes, List<String>? mimeExcludes, List<int>? sizes, List<DateTime>? times, StatTimeType statTimeType = StatTimeType.modified})

Properties

cancelOnError → bool
final
excludes → List<String>?
final
hashCode → int
The hash code for this object.
no setterinherited
mimeExcludes → List<String>?
final
mimeIncludes → List<String>?
final
mimeOverrides → List<String>?
final
root → String?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
sizes → List<int>?
final
statTimeType → StatTimeType
final
times → List<DateTime>?
final
useMimeExcludes ↔ bool
getter/setter pair
useMimeIncludes ↔ bool
getter/setter pair

Methods

bind(Stream<FileSystemEntity> stream) → Stream<FileSystemEntity>
Transforms the provided stream.
override
cast<RS, RT>() → StreamTransformer<RS, RT>
Provides a StreamTransformer<RS, RT> view of this stream transformer.
inherited
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