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