1Okio 2==== 3 4See the [project website][okio] for documentation and APIs. 5 6Okio is a library that complements `java.io` and `java.nio` to make it much 7easier 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 9and ready to solve new problems. 10 11License 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/ 30