Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/square/okio
A modern I/O library for Android, Java, and Kotlin Multiplatform.
https://github.com/square/okio
kotlin kotlin-multiplatform
Last synced: 5 days ago
JSON representation
A modern I/O library for Android, Java, and Kotlin Multiplatform.
- Host: GitHub
- URL: https://github.com/square/okio
- Owner: square
- License: apache-2.0
- Created: 2014-03-17T00:02:59.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T23:15:58.000Z (2 months ago)
- Last Synced: 2024-10-29T18:08:32.164Z (2 months ago)
- Topics: kotlin, kotlin-multiplatform
- Language: Kotlin
- Homepage: https://square.github.io/okio/
- Size: 8.72 MB
- Stars: 8,796
- Watchers: 264
- Forks: 1,178
- Open Issues: 89
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: docs/code_of_conduct.md
- Security: docs/security.md
Awesome Lists containing this project
- awesome-kotlin - okio - A modern I/O library for Android, Kotlin, and Java. (Libraries)
- awesome-kotlin-multiplatform - okio - A modern I/O library for Android, Java, and Kotlin Multiplatform. (Libraries / Storage)
- awesome-ccamel - square/okio - A modern I/O library for Android, Java, and Kotlin Multiplatform. (Kotlin)
- kmp-awesome - Okio - access, store, and process your data (Libraries / 📁 File)
- awesome-list - Okio - A modern I/O library for Android, Java, and Kotlin Multiplatform. (Data Format & I/O / For Java)
- awesome-list - okio
README
Okio
====See the [project website][okio] for documentation and APIs.
Okio is a library that complements `java.io` and `java.nio` to make it much
easier to access, store, and process your data. It started as a component of
[OkHttp][1], the capable HTTP client included in Android. It's well-exercised
and ready to solve new problems.License
--------Copyright 2013 Square, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
[1]: https://github.com/square/okhttp
[okio]: https://square.github.io/okio/