21 lines
532 B
C#
21 lines
532 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: SEGATools.VirtualFile.IVirtualFile
|
|
// Assembly: SEGATools, Version=1.0.3.0, Culture=neutral, PublicKeyToken=611be24fdeb07e08
|
|
// MVID: D631183F-57B1-40A1-B502-5364D288307A
|
|
// Assembly location: SEGATools.dll
|
|
|
|
using System.IO;
|
|
|
|
namespace SEGATools.VirtualFile
|
|
{
|
|
public interface IVirtualFile
|
|
{
|
|
string OriginalFileName { get; set; }
|
|
|
|
string VirtualName { get; }
|
|
|
|
System.IO.Stream FileInputStream { get; }
|
|
|
|
System.IO.Stream FileOutputStream { get; }
|
|
}
|
|
}
|