mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
9 lines
195 B
C#
9 lines
195 B
C#
|
|
using System;
|
||
|
|
|
||
|
|
namespace DiscImageChef.Filesystems.ISO9660
|
||
|
|
{
|
||
|
|
public partial class ISO9660
|
||
|
|
{
|
||
|
|
DateTime DecodeIsoDateTime(byte[] date) => throw new NotImplementedException();
|
||
|
|
}
|
||
|
|
}
|