Adding GetStream(FileMode) to get the stream of a file
This commit is contained in:
@@ -6,5 +6,6 @@ namespace Axios.Engine.Interfaces
|
||||
{
|
||||
void WriteData(string data, FileMode mode);
|
||||
string ReadData();
|
||||
FileStream GetStream(FileMode mode);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user