Package dev.zarr.zarrjava.core
Class Group
java.lang.Object
dev.zarr.zarrjava.core.AbstractNode
dev.zarr.zarrjava.core.Group
- All Implemented Interfaces:
Node
-
Field Summary
Fields inherited from class dev.zarr.zarrjava.core.AbstractNode
storeHandle -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Nodelist()Node[]static Groupopen(StoreHandle storeHandle) Opens an existing Zarr group at a specified storage location.static GroupOpens an existing Zarr group at a specified storage location.static GroupOpens an existing Zarr group at a specified storage location.
-
Constructor Details
-
Group
-
-
Method Details
-
open
Opens an existing Zarr group at a specified storage location. Automatically detects the Zarr version.- Parameters:
storeHandle- the storage location of the Zarr group- Throws:
IOException- throws IOException if the metadata cannot be readZarrException- throws ZarrException if the Zarr group cannot be opened
-
open
Opens an existing Zarr group at a specified storage location. Automatically detects the Zarr version.- Parameters:
path- the storage location of the Zarr group- Throws:
IOException- throws IOException if the metadata cannot be readZarrException- throws ZarrException if the Zarr group cannot be opened
-
open
Opens an existing Zarr group at a specified storage location. Automatically detects the Zarr version.- Parameters:
path- the storage location of the Zarr group- Throws:
IOException- throws IOException if the metadata cannot be readZarrException- throws ZarrException if the Zarr group cannot be opened
-
get
- Throws:
ZarrException
-
list
-
listAsArray
-