• Home
Name Date Size #Lines LOC

..--

.buildscript/04-Jul-2025-5217

.github/workflows/04-Jul-2025-220175

android-test/04-Jul-2025-160116

build-support/04-Jul-2025-329202

docs/04-Jul-2025-1,6031,213

gradle/04-Jul-2025-3633

kotlin-js-store/04-Jul-2025-1,9611,670

okio/04-Jul-2025-43,78329,508

okio-assetfilesystem/04-Jul-2025-23,84220,340

okio-bom/04-Jul-2025-1310

okio-fakefilesystem/04-Jul-2025-957667

okio-nodefilesystem/04-Jul-2025-700433

okio-testing-support/04-Jul-2025-3,3262,562

okio-wasifilesystem/04-Jul-2025-2,3941,470

samples/04-Jul-2025-2,5811,668

.editorconfigD04-Jul-2025242 1411

.gitattributesD04-Jul-202552 43

.gitignoreD04-Jul-2025240 3225

Android.bpD04-Jul-20251.2 KiB5047

BUG-BOUNTY.mdD04-Jul-2025361 117

CHANGELOG.mdD04-Jul-202538.9 KiB959657

CONTRIBUTING.mdD04-Jul-20251.2 KiB3924

LICENSED04-Jul-202511.1 KiB203169

LICENSE.txtD04-Jul-202511.1 KiB203169

METADATAD04-Jul-2025772 2119

MODULE_LICENSE_APACHE2D04-Jul-20250

OWNERSD04-Jul-2025144 54

README.mdD04-Jul-20251 KiB3021

build.gradle.ktsD04-Jul-20258.9 KiB272221

gradle.propertiesD04-Jul-2025445 1612

gradlewD04-Jul-20258.6 KiB252104

gradlew.batD04-Jul-20252.9 KiB9573

mkdocs.ymlD04-Jul-20252.2 KiB8172

renovate.jsonD04-Jul-2025147 87

settings.gradle.ktsD04-Jul-2025723 2620

README.md

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