Add Seek method to IReadOnlyFilesystem.

This commit is contained in:
2022-12-19 00:38:54 +00:00
parent 7e0dc0a251
commit 0f1876ef64
10 changed files with 10 additions and 10 deletions

View File

@@ -992,7 +992,7 @@ public sealed partial class FAT
/// <inheritdoc />
public long Length { get; init; }
/// <inheritdoc />
public long Offset { get; init; }
public long Offset { get; set; }
internal uint[] _clusters;
}