niok-android

API for java.nio.file in a Kotlin idiomatic way for the Android platform

License

License

GroupId

GroupId

ch.tutteli.niok
ArtifactId

ArtifactId

niok-android
Last Version

Last Version

1.3.4
Release Date

Release Date

Type

Type

module
Description

Description

niok-android
API for java.nio.file in a Kotlin idiomatic way for the Android platform
Project URL

Project URL

https://github.com/robstoll/niok
Source Code Management

Source Code Management

https://github.com/robstoll/niok

Download niok-android

Dependencies

compile (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.3.61
org.jetbrains.kotlin : kotlin-reflect jar 1.3.61

Project Modules

There are no modules declared in this project.

Download Apache license Build Status Ubuntu Build Status Windows SonarCloud Status

Niok - java.nio.file for Kotlin

Niok provides a Kotlin idiomatic API for java.nio.file (the package for non-blocking I/O file operations). We believe that using Files decreases readability => extension functions to the rescue ๐Ÿ˜

Next to providing delegations to Files it also delegates to Kotlin's built-in extension functions for File and provides additional functions.

Installation

Niok is published to maven central, jcenter and bintray. Following an example if you use gradle and jcenter:

repositories { jcenter() }
dependencies {
    implementation 'ch.tutteli.niok:niok:1.4.1'
}

Documentation

Visit https://robstoll.github.io/niok/kdoc.

Contribute

You found a bug, a delegation to Files is missing or there is something else you would like to improve? Please open an issue, contributions are more than welcome ๐Ÿ‘

License

Niok is licensed under Apache 2.0.

Versions

Version
1.3.4
1.3.2
1.3.1