Uses of Class
dev.zarr.zarrjava.v3.Group
Packages that use Group
-
Uses of Group in dev.zarr.zarrjava.v3
Methods in dev.zarr.zarrjava.v3 that return GroupModifier and TypeMethodDescriptionstatic GroupGroup.create(StoreHandle storeHandle) static GroupGroup.create(StoreHandle storeHandle, Attributes attributes) static GroupGroup.create(StoreHandle storeHandle, GroupMetadata groupMetadata) static Groupstatic GroupGroup.create(String path, GroupMetadata groupMetadata) static Groupstatic GroupGroup.create(Path path, GroupMetadata groupMetadata) Group.createGroup(String key) Group.createGroup(String key, Attributes attributes) Group.createGroup(String key, GroupMetadata groupMetadata) static GroupGroup.open(StoreHandle storeHandle) static Groupstatic GroupGroup.setAttributes(Attributes newAttributes) Group.updateAttributes(Function<Attributes, Attributes> attributeMapper)