Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Backport of java.nio.file API (JSR 203) for Android

License

NotificationsYou must be signed in to change notification settings

zhanghai/AndroidRetroFile

Repository files navigation

A backport of java.nio.file API (JSR 203) for Android.

Integration

dependencies {    implementation'me.zhanghai.android.retrofile:library:1.2.0'}

Usage

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.

License

GNU General Public License, version 2, with the Classpath Exception

About

Backport of java.nio.file API (JSR 203) for Android

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp