[ALL] Implement AlphaFS

This commit is contained in:
Matt Nadareski
2016-10-26 22:10:47 -07:00
parent effbdfd22d
commit 03f82701be
20 changed files with 111 additions and 15 deletions

View File

@@ -1,12 +1,18 @@
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Xml;
using SabreTools.Helper.Data;
using SabreTools.Helper.Tools;
using Alphaleonis.Win32.Filesystem;
using BinaryReader = System.IO.BinaryReader;
using SearchOption = System.IO.SearchOption;
using SeekOrigin = System.IO.SeekOrigin;
using Stream = System.IO.Stream;
namespace SabreTools.Helper.Skippers
{
public class Skipper