Package dev.zarr.zarrjava.v2
Interface Node
- All Superinterfaces:
Node
-
Field Summary
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.ObjectMapperstatic Nodeopen(StoreHandle storeHandle) Opens an existing Zarr array or group at a specified storage location.static NodeOpens an existing Zarr array or group at a specified storage location.static NodeOpens an existing Zarr array or group at a specified storage location.
-
Method Details
-
makeObjectMapper
static com.fasterxml.jackson.databind.ObjectMapper makeObjectMapper() -
open
Opens an existing Zarr array or group at a specified storage location.- Parameters:
storeHandle- the storage location of the Zarr array- Throws:
IOException- throws IOException if the metadata cannot be readZarrException- throws ZarrException if the Zarr array or group cannot be opened
-
open
Description copied from interface:NodeOpens an existing Zarr array or group at a specified storage location. Automatically detects the Zarr version.- Parameters:
path- the storage location of the Zarr array- Throws:
IOException- throws IOException if the metadata cannot be readZarrException- throws ZarrException if the Zarr array cannot be opened
-
open
Description copied from interface:NodeOpens an existing Zarr array or group at a specified storage location. Automatically detects the Zarr version.- Parameters:
path- the storage location of the Zarr array- Throws:
IOException- throws IOException if the metadata cannot be readZarrException- throws ZarrException if the Zarr array cannot be opened
-