huangcm
2025-02-28 b45e871a67cd1272e3da9ba5bd383f832b0f1824
1
2
3
4
5
6
7
8
9
10
11
12
13
14
URL: https://github.com/square/okio
License: Apache 2
Description: "A modern I/O API for Java"
 
Local patches
-------------
 
All source changes (besides imports) marked with ANDROID-BEGIN and ANDROID-END.
 
These changes relate to okio dependencies not available on Android, such as:
  - Removal of reference to a codehause annotation used in
    okio/src/main/java/okio/DeflaterSink.java
  - Commenting of code that references APIs not present on Android.
  - Removal of test code that uses JUnit 4.11 features such as @Parameterized.Parameters