Are the individual lines really too long to be read at once?
p
pablisco
04/04/2018, 9:25 AM
I'm parsing the content to a parser, so it seems like a waste to read the stream when the parser (gson) is gonna do that later. Early optimisation, but I thought it was interesting.