[
https://issues.apache.org/jira/browse/COMPRESS-704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18012422#comment-18012422
]
Aviroop Pal commented on COMPRESS-704:
--------------------------------------
Thanks for the swift response! I believe it can be a complex task. Is there any
existing FileSystem implementation that might work with the current support of
Zstd while this gets implemented?
> Support for ZipFileSystem equivalent for Zstd
> ---------------------------------------------
>
> Key: COMPRESS-704
> URL: https://issues.apache.org/jira/browse/COMPRESS-704
> Project: Commons Compress
> Issue Type: Improvement
> Components: Compressors
> Affects Versions: 1.28.0
> Reporter: Aviroop Pal
> Priority: Major
>
> Zstd support seems to be added in 1.28.0. But one of the major issues for us
> to adopt zstd + zip is the lack of FIleSystem support similar to
> [https://docs.oracle.com/javase/8/docs/api/java/nio/file/FileSystem.html]
> The current implementation of FileSystemProvider:
> [https://commons.apache.org/proper/commons-io/apidocs/org/apache/commons/io/file/spi/FileSystemProviders.html]
> returns the FileSystem from java.nio.file which doesn't support the zstd
> compression method. I'm getting "invalid CEN header (unsupported compression
> method: 93)" and the current implementation suggest only STORED(0) and
> DEFLATED(8) methods are supported.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)