files

An exposer of files

Лицензия

Лицензия

Группа

Группа

tz.co.asoft
Идентификатор

Идентификатор

files-android
Последняя версия

Последняя версия

0.0.1
Дата

Дата

Тип

Тип

aar
Описание

Описание

files
An exposer of files
Ссылка на сайт

Ссылка на сайт

https://github.com/aSoft-Ltd/files
Система контроля версий

Система контроля версий

https://github.com/aSoft-Ltd/files

Скачать files-android

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/tz.co.asoft/files-android/ -->
<dependency>
    <groupId>tz.co.asoft</groupId>
    <artifactId>files-android</artifactId>
    <version>0.0.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/tz.co.asoft/files-android/
implementation 'tz.co.asoft:files-android:0.0.1'
// https://jarcasting.com/artifacts/tz.co.asoft/files-android/
implementation ("tz.co.asoft:files-android:0.0.1")
'tz.co.asoft:files-android:aar:0.0.1'
<dependency org="tz.co.asoft" name="files-android" rev="0.0.1">
  <artifact name="files-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='tz.co.asoft', module='files-android', version='0.0.1')
)
libraryDependencies += "tz.co.asoft" % "files-android" % "0.0.1"
[tz.co.asoft/files-android "0.0.1"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlinx : kotlinx-serialization-core-jvm jar 1.0.1
org.jetbrains.kotlinx : kotlinx-coroutines-core-jvm jar 1.4.1
org.jetbrains.kotlin : kotlin-stdlib-common jar 1.4.20
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.4.20

Модули Проекта

Данный проект не имеет модулей.

Files

badge badge badge badge badge

A multiplatform exposer of file

Introduction

This library will give you basic access to File in common code

Samples

suspend fun checkFileThenReadBytes(file: File){
    if(file.extension()=="jpg") { println("File is jpg")}
    val content = file.readBytes() //suspends here
}

Setup

dependencies {
    implementation("tz.co.asoft:files:0.0.1")
}
tz.co.asoft

asoft

Версии библиотеки

Версия
0.0.1