Avoid calling `flip` on `ByteBuffer`, rather call `flip` on `Buffer` to avoid capturing the method signature returning `ByteBuffer` introduced with Java 9++.
Avoid calling
fliponByteBuffer, rather callfliponBufferto avoid capturing the method signature returningByteBufferintroduced with Java 9++.