Resources to learn and apply input/output streams?
Where can I learn about the practical application of input/output streams - especially in the form of consuming/producing HTTP requests (rather than local filesystem)? Things like consuming a HTTP request on a href to a download link, and pass it as a ByteArrayInputStream to Apache POI and make an excel file out of it.
Preferably in a easy to understand "ELI5" form. I don't care if its a book, video, article, or course... Whatever makes me get it properly and able to use it in production code would make me happy :)
Context: I am working as a tester, and have to test the project we are working on. But its a very complex application running in Docker, as well as online CI/CD with Jenkins and so on. I found that using HTTP request and input/output streams is the better way of handling data for testing functionality.
6 Replies
⌛
This post has been reserved for your question.
Hey @Steadhaven! Please useTIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here./close
or theClose Post
button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
InputStream
/OutputStream
works the same way, no matter where the other end is (network, file system, ...)💤
Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping
.
Warning: abusing this will result in moderative actions taken against you.
thanks
If you are finished with your post, please close it.
If you are not, please ignore this message.
Note that you will not be able to send further messages here after this post have been closed but you will be able to create new posts.
Post Closed
This post has been closed by <@305362010374406144>.