| commit | 0613e03782cc8ffbe4f1ce0fd8ef21aae276ea04 | [log] [tgz] | 
|---|---|---|
| author | Martin Bonnin <martin@mbonnin.net> | Wed Nov 11 02:59:34 2020 +0100 | 
| committer | GitHub <noreply@github.com> | Tue Nov 10 20:59:34 2020 -0500 | 
| tree | 41d24a9c0340d57751728e95916381f4fbee3aa6 | |
| parent | 50f04b22625886142c0f7e447b66db60df634aab [diff] | 
Mingw64 support (#809) * add the mingwX64 target * added windows to the CI * try compiling windows with java 8 * fix some encoding issues * On windows, the JVM might wait for slightly less than asked and will therefore not throw here * added a publish-windows job * compile with Java 8 * introduce timeout.waitUntil * make ktlint happy * trying to make okio-files work on windows * fix some more windows tests * move tmpDirectory to the filesystem * remove unecessary string substitution * replace line feeds before the asserts * Revert "introduce timeout.waitUntil" This reverts commit da5fad2faa3b20b29555183117a1dc625aff70ef. * fix some bad copy/paste and leftover files * make ktlint happy * disable one atomicMove test on windows * remove bad javadoc * Revert "On windows, the JVM might wait for slightly less than asked and will" This reverts commit 132b8248076457d2018a1c2cfb04bb677bbb41ec. * tweak tempDirectory() * remove wildcard import * assume not windows * more assumeNotWindows tests * move Filesystem.separator to Path.directorySeparator * fix ktlint * fix typo * apparently make tests work again * fix indentation * make temporaryDirectory internal
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.
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.