aml_sta_341615000 (11423312,com.google.android.go.os.statsd,com.google.android.os.statsd)
Snap for 11413094 from 74708d74ace00b83e25c16805a47eebbdc54ff3d to mainline-os-statsd-release

Change-Id: I16f1e11cf2e172695481da3b40bd706d7be1397a
tree: e6b6f3a36b31c102c5a20b45eb941f73d8a676ff
  1. .buildscript/
  2. .github/
  3. android-test/
  4. build-support/
  5. docs/
  6. gradle/
  7. kotlin-js-store/
  8. okio/
  9. okio-assetfilesystem/
  10. okio-bom/
  11. okio-fakefilesystem/
  12. okio-nodefilesystem/
  13. okio-testing-support/
  14. okio-wasifilesystem/
  15. samples/
  16. .editorconfig
  17. .gitattributes
  18. .gitignore
  19. Android.bp
  20. BUG-BOUNTY.md
  21. build.gradle.kts
  22. CHANGELOG.md
  23. CONTRIBUTING.md
  24. gradle.properties
  25. gradlew
  26. gradlew.bat
  27. LICENSE.txt
  28. METADATA
  29. mkdocs.yml
  30. MODULE_LICENSE_APACHE2
  31. OWNERS
  32. README.md
  33. renovate.json
  34. settings.gradle.kts
README.md

Okio

See the project website for documentation and APIs.

Okio is a library that complements java.io and java.nio to make it much easier to access, store, and process your data. It started as a component of OkHttp, the capable HTTP client included in Android. It's well-exercised and ready to solve new problems.

License

Copyright 2013 Square, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.