long candy ready to test
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
namespace Inspectron.Fastbuffer.Interfaces;
|
||||
using OpenCvSharp;
|
||||
|
||||
namespace Inspectron.Fastbuffer.Interfaces;
|
||||
|
||||
public interface IFilesystem:IDisposable
|
||||
{
|
||||
public void Write(string path, byte[] data);
|
||||
public byte[] Read(string path);
|
||||
public void Write(string path, Mat data);
|
||||
public void Delete(string path);
|
||||
}
|
||||
Reference in New Issue
Block a user