- Notifications
You must be signed in to change notification settings - Fork3
Backport of java.nio.file API (JSR 203) for Android
License
zhanghai/AndroidRetroFile
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A backport of java.nio.file API (JSR 203) for Android.
dependencies { implementation'me.zhanghai.android.retrofile:library:1.2.0'}
The backported API is underjava8.nio.file.
No defaultFileSystemProvider implementation is bundled within this library, and the API is modified to allow dynamic install of providers.
Before using the API, you need to set a default provider implementation withFileSystemProvider.installDefaultProvider(). More providers can be installed withFileSystemProvider.installProvider() at any time.
Similarly, there is no defaultFileTypeDetector implementation, and you can install one withFiles.installFileTypeDetector() at any time.
This backport uses thedefault version ofJava 8+ API desugaring support forjava.util.stream andjava.time.
GNU General Public License, version 2, with the Classpath Exception
About
Backport of java.nio.file API (JSR 203) for Android
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.