You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,16 @@ dependencies {
10
10
11
11
## Usage
12
12
13
-
This backported API is under `java8.nio.file`.
13
+
The backported API is under `java8.nio.file`.
14
14
15
15
No default `FileSystemProvider` implementation is bundled within this library, and the API is modified to allow dynamic install of providers.
16
16
17
17
Before using the API, you need to set a default provider implementation with `FileSystemProvider.installDefaultProvider()`. More providers can be installed with `FileSystemProvider.installProvider()` at any time.
18
18
19
19
Similarly, there is no default `FileTypeDetector` implementation, and you can install one with `Files.installFileTypeDetector()` at any time.
20
20
21
+
This backport uses [android-retrostreams](https://github.com/retrostreams/android-retrostreams) for `java.util.stream` and [ThreeTenABP](https://github.com/JakeWharton/ThreeTenABP) for `java.time`, and they are exposed as an API dependency of this library.
22
+
21
23
## License
22
24
23
25
[GNU General Public License, version 2, with the Classpath Exception](https://openjdk.java.net/legal/gplv2+ce.html)
0 commit comments