Snapshot class

Constructors

Snapshot(String key, int sequenceNumber, List<RandomAccessFile?> _sinkList, List<int> _lengths)

Properties

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

Methods

close() → void
关闭
getLength(int index) int
返回对应的index文件字节长度
getRandomAccessFile(int index) RandomAccessFile
获取对应的文件读模式
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