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
JavaBot
JavaBot8mo ago
This post has been reserved for your question.
Hey @Steadhaven! Please use /close or the Close 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.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.
dan1st
dan1st8mo ago
InputStream/OutputStream works the same way, no matter where the other end is (network, file system, ...)
JavaBot
JavaBot8mo ago
💤 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.
Steadhaven
SteadhavenOP8mo ago
thanks
JavaBot
JavaBot8mo ago
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.
JavaBot
JavaBot8mo ago
Post Closed
This post has been closed by <@305362010374406144>.

Did you find this page helpful?