FileDescriptor.cs 151 B

1234
  1. namespace WarcViewerBlazorWinForm.Backend.IO
  2. {
  3. internal record FileDescriptor(string FilePath, bool IsReadDirectly, string? ArchiveEntryKey);
  4. }