mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Implement reading of ISO9660 root directory.
This commit is contained in:
9
DiscImageChef.Filesystems/ISO9660/Date.cs
Normal file
9
DiscImageChef.Filesystems/ISO9660/Date.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace DiscImageChef.Filesystems.ISO9660
|
||||
{
|
||||
public partial class ISO9660
|
||||
{
|
||||
DateTime DecodeIsoDateTime(byte[] date) => throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user