Skip to content

Commit 8f2dd3e

Browse files
committed
refactor v2 code
1 parent f82d76a commit 8f2dd3e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/java/org/hdf5javalib/hdffile/infrastructure/HdfLocalHeapData.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,6 @@ public HdfFixedPoint addToHeap(String objectName, HdfDataFile hdfDataFile) {
7070
return null;
7171
}
7272

73-
public void writeToByteChannel(SeekableByteChannel seekableByteChannel, HdfDataFile hdfDataFile) throws IOException {
74-
new UnsupportedOperationException("Writing not supported");
75-
}
76-
7773
@Override
7874
public String toString() {
7975
return "HdfLocalHeapData{" +

0 commit comments

Comments
 (0)