Package dev.zarr.zarrjava.v2
Class ArrayMetadataBuilder
java.lang.Object
dev.zarr.zarrjava.v2.ArrayMetadataBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()protected static ArrayMetadataBuilderfromArrayMetadata(ArrayMetadata arrayMetadata) withBloscCompressor(com.scalableminds.bloscjava.Blosc.Compressor cname, com.scalableminds.bloscjava.Blosc.Shuffle shuffle, int clevel, int typeSize, int blockSize) withBloscCompressor(String cname) withBloscCompressor(String cname, int clevel) withBloscCompressor(String cname, String shuffle, int clevel) withBloscCompressor(String cname, String shuffle, int clevel, int blockSize) withChunks(int... chunks) withCompressor(Codec compressor) withDataType(DataType dataTypeV2) withDimensionSeparator(Separator dimensionSeparator) withFillValue(Object fillValue) withShape(long... shape) withZlibCompressor(int level)
-
Constructor Details
-
ArrayMetadataBuilder
protected ArrayMetadataBuilder()
-
-
Method Details
-
fromArrayMetadata
-
withShape
-
withChunks
-
withDataType
-
withOrder
-
withDimensionSeparator
-
withFillValue
-
withCompressor
-
withBloscCompressor
public ArrayMetadataBuilder withBloscCompressor(com.scalableminds.bloscjava.Blosc.Compressor cname, com.scalableminds.bloscjava.Blosc.Shuffle shuffle, int clevel, int typeSize, int blockSize) -
withBloscCompressor
public ArrayMetadataBuilder withBloscCompressor(String cname, String shuffle, int clevel, int blockSize) -
withBloscCompressor
-
withBloscCompressor
-
withBloscCompressor
-
withBloscCompressor
-
withZlibCompressor
-
withZlibCompressor
-
build
- Throws:
ZarrException
-