General code refactor.

This commit is contained in:
2021-08-17 21:23:10 +01:00
parent 4fcaeffc85
commit 75edb759e6
513 changed files with 38377 additions and 48553 deletions

View File

@@ -7,9 +7,7 @@ using Aaru.CommonTypes.Structs;
namespace Aaru.DiscImages
{
/// <inheritdoc />
/// <summary>
/// Implements reading and writing copytape tape images
/// </summary>
/// <summary>Implements reading and writing copytape tape images</summary>
public sealed partial class CopyTape : IWritableTapeImage
{
long[] _blockPositionCache;