Package cool.taomu.framework.inter
Interface IShareMemory
-
- All Superinterfaces:
java.lang.AutoCloseable
@ISpi public interface IShareMemory extends java.lang.AutoCloseable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intread(int start, int size, byte[] buffer)voidsetFilename(java.lang.String filename)intwrite(int start, int size, byte[] buffer)
-