COSFetchChunk class

Constructors

COSFetchChunk({required int start, required int end})

Properties

capacity int
chunk 的容量
no setter
data List<int>?
getter/setter pair
end int
在文件中结束位置
final
hashCode int
The hash code for this object.
no setterinherited
isFull bool
no setter
length int
数据长度
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start int
在文件中起始位置
final
status COSFetchChunkStatus
文件处理状态
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setData(List<int> bytes) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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