20 namespace Deveel.Data.Store {
23 return store.
GetArea(
id,
false);
static Stream GetAreaInputStream(this IStore store, long id)
static IArea GetArea(this IStore store, long id)
An interface for access the contents of an area of a store.
IArea GetArea(long id, bool readOnly)
Returns an object that allows for the contents of an area (represented by the id parameter) to be Re...
static IArea GetReadOlyArea(this IStore store, long id)
A store is a resource where areas can be allocated and freed to store information (a memory allocator...