Further simplified buffer usage.
Wrapping a stream that is read/written in large chunks with BufferedXXStream is useless, causing excessive copying of data and reduced performance
parent
067b1abd
Please register or sign in to comment
Wrapping a stream that is read/written in large chunks with BufferedXXStream is useless, causing excessive copying of data and reduced performance