Skip to content

Commit e4b479e

Browse files
committed
fix: use of GziupInputStreamBuilder
1 parent 612de35 commit e4b479e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/janelia/saalfeldlab/n5/GzipCompression.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ private InputStream decode(final InputStream in) throws IOException {
9595
return GzipCompressorInputStream.builder()
9696
.setInputStream(in)
9797
.setDecompressConcatenated(true)
98-
.getInputStream();
98+
.get();
9999
}
100100
}
101101

0 commit comments

Comments
 (0)