Name Date Size #Lines LOC

..--

.buildscript/H25-Apr-2025-5217

.github/workflows/H25-Apr-2025-186148

android-test/H25-Apr-2025-150110

build-support/H25-Apr-2025-324196

docs/H25-Apr-2025-1,6031,213

gradle/H25-Apr-2025-3330

kotlin-js-store/H25-Apr-2025-1,9321,645

okio/H25-Apr-2025-40,67727,716

okio-assetfilesystem/H25-Apr-2025-23,84220,340

okio-bom/H25-Apr-2025-1310

okio-fakefilesystem/H25-Apr-2025-944663

okio-nodefilesystem/H25-Apr-2025-700433

okio-testing-support/H25-Apr-2025-3,1632,439

okio-wasifilesystem/H25-Apr-2025-2,3811,458

samples/H25-Apr-2025-2,5001,617

.editorconfigH A D25-Apr-2025242 1411

.gitattributesH A D25-Apr-202552 43

.gitignoreH A D25-Apr-2025232 3124

Android.bpH A D25-Apr-20251 KiB4643

BUG-BOUNTY.mdH A D25-Apr-2025361 117

CHANGELOG.mdH A D25-Apr-202536.5 KiB901623

CONTRIBUTING.mdH A D25-Apr-20251.2 KiB3924

LICENSEH A D25-Apr-202511.1 KiB203169

LICENSE.txtH A D25-Apr-202511.1 KiB203169

METADATAH A D25-Apr-2025564 2119

MODULE_LICENSE_APACHE2HD25-Apr-20250

OWNERSH A D25-Apr-202572 43

README.mdH A D25-Apr-20251 KiB3021

build.gradle.ktsH A D25-Apr-20258.1 KiB249205

gradle.propertiesH A D25-Apr-2025444 1612

gradlewH A D25-Apr-20258.5 KiB250104

gradlew.batH A D25-Apr-20252.8 KiB9371

mkdocs.ymlH A D25-Apr-20252.2 KiB8172

renovate.jsonH A D25-Apr-2025140 87

settings.gradle.ktsH A D25-Apr-2025727 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