RFR: 8284638: store skip buffers in InputStream Object [v4]
XenoAmess
duke at openjdk.java.net
Thu Apr 14 17:13:32 UTC 2022
On Tue, 12 Apr 2022 23:35:06 GMT, liach <duke at openjdk.java.net> wrote:
> Shouldn't be too problematic, as most skip usages in JDK as I see are skipping small number of bytes like 2 or 4, or like skipping over attributes of Java class files. A minimum skip buffer size isn't that helpful, as I don't think we often see skip calls with slowly incremental sizes.
Yep usually people skip for fixed length... It is rare to see people skip larger and larger...
-------------
PR: https://git.openjdk.java.net/jdk/pull/5872
More information about the core-libs-dev
mailing list