Posts by Joper • 31 points
1 post
-
3
votes1
answer136
viewsQ: Use the same getInputStream() for 2 different bufferedReader
I need to access a file on an HTTP server and pull information from two different places inside that file. Right now I can take away just one. My doubt is, I can just do: BufferedReader in = new…