Package xyz.cofe.cbuffer.page
Interface PageSlowWrite
-
- All Superinterfaces:
GetPageSize,PageBuffers
- All Known Implementing Classes:
PageDataImpl
public interface PageSlowWrite extends GetPageSize, PageBuffers
Запись страницы в slow буфер
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidslowData(int pageIndex, byte[] bytes)Запись страницы в slow-
Methods inherited from interface xyz.cofe.cbuffer.page.GetPageSize
getPageSize
-
Methods inherited from interface xyz.cofe.cbuffer.page.PageBuffers
getFastBuffer, getSlowBuffer
-
-