Skip to content

Commit 8095b13

Browse files
committed
remove unused partialDecode, partialEncode as decodePartial exists
1 parent f7ff2be commit 8095b13

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

src/main/java/dev/zarr/zarrjava/core/codec/CodecPipeline.java

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -159,18 +159,4 @@ public long computeEncodedSize(long inputByteLength, CoreArrayMetadata arrayMeta
159159
}
160160
return inputByteLength;
161161
}
162-
163-
public Array partialDecode(
164-
StoreHandle valueHandle, long[] offset, int[] shape,
165-
CoreArrayMetadata arrayMetadata
166-
) {
167-
return null; // TODO
168-
}
169-
170-
public ByteBuffer partialEncode(
171-
StoreHandle oldValueHandle, Array array, long[] offset, int[] shape,
172-
CoreArrayMetadata arrayMetadata
173-
) {
174-
return null; // TODO
175-
}
176162
}

0 commit comments

Comments
 (0)