Package dev.zarr.zarrjava.core
Interface Node
public interface Node
-
Field Summary
Fields -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic 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.
-
Field Details
-
ZARR_JSON
- See Also:
-
ZARRAY
- See Also:
-
ZGROUP
- See Also:
-
-
Method Details
-
open
Opens an existing Zarr array or group at a specified storage location. Automatically detects the Zarr version.- 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 cannot be opened
-
open
Opens 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
Opens 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
-