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