mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add Seek method to IReadOnlyFilesystem.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user