namespace PacketIO; public interface IPacketFile : IDisposable { public PacketFileType GetFileType(); public string GetFileName(); public long GetFileSize(); public IEnumerable EnumerableFiles(); }