Skip to content

This is File Utils! FileDownloader.download(String url, path) to download, FileUtil.class to read and write from local files and URL! INIFileUtil.class to read from local files and URL! And this library included JsonUtility library. so, you can use JsonReader and more!

License

Notifications You must be signed in to change notification settings

najoan125/FileUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileUtils

This is the File Utils library. it can easy to use file download, read and write from local files or url. and ini files too. also, this library included JsonUtility library. so, you can use JsonReader and more!

FileDownloader.download(String url, path) to download, FileUtil.class to read and write from local files and URL! INIFileUtil.class to read from local files and URL!

gradle(Kotlin) Setup

Add it in your root build.gradle.kts:

repositories {
    maven { url = uri("https://jitpack.io") }
}
dependencies {
    implementation("com.github.najoan125:FileUtils:1.0.3")
}

Use FileDownload instance

You can see a demo source here

Editing

This source is licensed under the MIT license. Modify or distribute as you like, but be sure to cite the source!

Dependencies

About

This is File Utils! FileDownloader.download(String url, path) to download, FileUtil.class to read and write from local files and URL! INIFileUtil.class to read from local files and URL! And this library included JsonUtility library. so, you can use JsonReader and more!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages