• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

.buildscript/23-Nov-2023-4815

.github/workflows/23-Nov-2023-163128

android-test/23-Nov-2023-154116

docs/23-Nov-2023-1,4901,158

gradle/23-Nov-2023-144122

okio/23-Nov-2023-29,38619,864

samples/23-Nov-2023-2,3131,513

.editorconfigD23-Nov-202351 64

.gitignoreD23-Nov-2023232 3124

Android.bpD23-Nov-2023677 3330

BUG-BOUNTY.mdD23-Nov-2023361 117

CHANGELOG.mdD23-Nov-202322.5 KiB584395

CONTRIBUTING.mdD23-Nov-20231.2 KiB3924

LICENSED23-Nov-202311.1 KiB203169

LICENSE.txtD23-Nov-202311.1 KiB203169

METADATAD23-Nov-2023599 2119

MODULE_LICENSE_APACHE2D23-Nov-20230

OWNERSD23-Nov-202369 43

README.mdD23-Nov-20231 KiB3021

build.gradleD23-Nov-20234.1 KiB121110

gradle.propertiesD23-Nov-2023871 2619

gradlewD23-Nov-20235.6 KiB186125

gradlew.batD23-Nov-20232.7 KiB9068

mkdocs.ymlD23-Nov-20231.4 KiB6052

settings.gradleD23-Nov-2023398 1511

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