mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
General cleanup and refactor.
This commit is contained in:
@@ -31,15 +31,17 @@
|
||||
// In the loving memory of Facunda "Tata" Suárez Domínguez, R.I.P. 2019/07/24
|
||||
// ****************************************************************************/
|
||||
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Text;
|
||||
using Aaru.Helpers;
|
||||
|
||||
|
||||
// ReSharper disable UnusedType.Local
|
||||
|
||||
namespace Aaru.Filesystems;
|
||||
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Text;
|
||||
using Aaru.Helpers;
|
||||
|
||||
public sealed partial class ISO9660
|
||||
{
|
||||
static DecodedVolumeDescriptor DecodeVolumeDescriptor(PrimaryVolumeDescriptor pvd, Encoding encoding = null)
|
||||
|
||||
Reference in New Issue
Block a user