SnifferUriContent class
Used to sniff a content URI.
- Inheritance
-
- Object
- SnifferContent
- SnifferUriContent
Constructors
- SnifferUriContent(Uri uri)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
) → Future< ByteData> -
Reads the whole content as raw bytes.
override
-
stream(
) → Future< Stream< List< >int> > -
Raw bytes stream of the content.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited