okio v3.0.0-alpha.9 Release Notes

  • 2021-08-01

    • New: ByteString.copyInto() saves an allocation when extracting data from a ByteString.
    • Fix: Create FileHandle.protectedSize() to match other abstract functions.
    • Fix: Open files in binary mode on Windows. Without this, files that contain 0x1a will be truncated prematurely.