forked from square/okio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fold okio-files into the main okio artifact
- Loading branch information
1 parent
e21e897
commit 5cbd353
Showing
44 changed files
with
264 additions
and
152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
Multiplatform | ||
============= | ||
|
||
Okio is a [Kotlin Multiplatform][kotlin_multiplatform] project. We're still completing our feature | ||
coverage. | ||
|
||
|
||
### Compression (Deflater, Inflater, Gzip) | ||
|
||
JVM-only. | ||
|
||
|
||
### Concurrency (Pipe, Timeouts, Throttler) | ||
|
||
JVM-only. | ||
|
||
Timeout is on all platforms, but only the JVM has a useful implementation. | ||
|
||
|
||
### Core (Buffer, ByteString, Source, Sink) | ||
|
||
Available on all platforms. | ||
|
||
|
||
### Filesystem | ||
|
||
Available on all platforms. For JavaScript this requires [Node.js][node_js]. | ||
|
||
|
||
### Hashing | ||
|
||
Okio includes Kotlin implementations of MD5, SHA-1, SHA-256, and SHA-512. This includes both hash | ||
functions and HMAC functions. | ||
|
||
Okio uses the built-in implementations of these functions on the JVM. | ||
|
||
|
||
[kotlin_multiplatform]: https://kotlinlang.org/docs/reference/multiplatform.html | ||
[mingw]: http://www.mingw.org/ | ||
[node_js]: https://nodejs.org/api/fs.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.