check point
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Inspectron.Fastbuffer.Interfaces;
|
||||
|
||||
public interface IFilesystem:IDisposable
|
||||
{
|
||||
public void Write(string path, byte[] data);
|
||||
public byte[] Read(string path);
|
||||
public void Delete(string path);
|
||||
}
|
||||
Reference in New Issue
Block a user