arangelov | 3f7da6e | 2021-04-19 13:18:50 +0100 | [diff] [blame] | 1 | Okio |
| 2 | ==== |
| 3 | |
| 4 | See the [project website][okio] for documentation and APIs. |
| 5 | |
| 6 | Okio is a library that complements `java.io` and `java.nio` to make it much |
| 7 | easier to access, store, and process your data. It started as a component of |
| 8 | [OkHttp][1], the capable HTTP client included in Android. It's well-exercised |
| 9 | and ready to solve new problems. |
| 10 | |
| 11 | License |
| 12 | -------- |
| 13 | |
| 14 | Copyright 2013 Square, Inc. |
| 15 | |
| 16 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 17 | you may not use this file except in compliance with the License. |
| 18 | You may obtain a copy of the License at |
| 19 | |
| 20 | http://www.apache.org/licenses/LICENSE-2.0 |
| 21 | |
| 22 | Unless required by applicable law or agreed to in writing, software |
| 23 | distributed under the License is distributed on an "AS IS" BASIS, |
| 24 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 25 | See the License for the specific language governing permissions and |
| 26 | limitations under the License. |
| 27 | |
| 28 | [1]: https://github.com/square/okhttp |
| 29 | [okio]: https://square.github.io/okio/ |