Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
3.10.1 source code.tar.gz | 2025-01-07 | 1.1 MB | |
3.10.1 source code.zip | 2025-01-07 | 1.4 MB | |
README.md | 2025-01-07 | 735 Bytes | |
Totals: 3 Items | 2.5 MB | 0 |
- New:
FileSystem.close()
may prevent future access and/or clean up associated resources depending on the backing implementation.FakeFileSystem
will prevent future operations once closed. InputStream
s created fromBufferedSource.inputStream()
now have a more efficient version ofInputStream.transferTo()
which reduces memory copies.okio-nodefilesystem
is no longer publised as a JS project, but a Kotlin multiplatform project with only a JS target. ~This change should not affect consumers in any way, and is motivated by the Kotlin Gradle plugin deprecating the JS-only plugin.~ Please use 3.10.2 to ensure this change actually does not affect your builds.