Editor class

编辑器对象

Constructors

Editor(_Entry _entry, int _valueCount)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

abort(DiskLruCache cache) Future<void>
中断提交
commit(DiskLruCache cache) Future<void>
提交
newOutputIOSink(int index) FaultHidingIOSink
返回一个新的无缓冲输出流,以便在其中写入值,如果基础输出流遇到错误,返回的输出流不会抛出例外情况
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