InMemoryAssetWriter class
An implementation of AssetWriter
that writes outputs to memory.
- Implemented types
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
writeAsBytes(
AssetId id, List< int> bytes) → Future -
Writes
bytes
to a binary file located atid
. -
writeAsString(
AssetId id, String contents, {Encoding encoding = utf8}) → Future -
Writes
contents
to a text file located atid
withencoding
.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited