Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

Extracting InputStream directly #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

daniel-rabe
Copy link

I did some changes to JunRar to extract InputStreams directly, without the need to write it in a File first.

My project loads files from websides (e.g. RAR-Files), the results are InputStreams of that files. When I want to know what is inside a RAR-File I don´t want to write that InputStream in a File everytime, so I made this little changes to junrar.

greets Daniel Rabe

albertus82 added a commit to albertus82/junrar that referenced this pull request Jan 28, 2016
edmund-wagner/junrar#34

I did some changes to JunRar to extract InputStreams directly, without
the need to write it in a File first.

My project loads files from websides (e.g. RAR-Files), the results are
InputStreams of that files. When I want to know what is inside a
RAR-File I don't want to write that InputStream in a File everytime, so
I made this little changes to junrar.

greets Daniel Rabe
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants