Custom data source reading from zip file not working
Open
question
- Dominant language
- Java
- Stars
- 21.9k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description
I tried to write a ZipDataSource, and used both inputstream = zipFile.getInputStream(videoEntry) fromjava.util.zip.ZipFile package
and inputstream = zipFile.getInputStream(videoFileHeader) from net.lingala.zip4j.ZipFile package, but none of them worked due to "UnrecognizedInputFormatException".
Contributor guide
Assessment
This issue has not been assessed yet.