Uses of Interface
com.mckoi.store.Area
-
Packages that use Area Package Description com.mckoi.database The core database classes for Mckoi.com.mckoi.store -
-
Uses of Area in com.mckoi.database
Fields in com.mckoi.database declared as Area Modifier and Type Field Description private AreaIndexSetStore. index_header_area -
Uses of Area in com.mckoi.store
Subinterfaces of Area in com.mckoi.store Modifier and Type Interface Description interfaceMutableAreaAn interface for an area that can be modified.Classes in com.mckoi.store that implement Area Modifier and Type Class Description private classAbstractStore.StoreAreaprivate classAbstractStore.StoreAreaWriterprivate classAbstractStore.StoreMutableAreaprivate static classHeapStore.HeapAreaAn implementation of Area for a byte[] array from the heap.private static classHeapStore.HeapAreaWriterMethods in com.mckoi.store that return Area Modifier and Type Method Description AreaAbstractStore. getArea(long id)AreaHeapStore. getArea(long pointer)AreaStore. getArea(long id)Returns an object that allows for the contents of an area (represented by the 'id' parameter) to be read.
-