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