files

An exposer of files

Лицензия

Лицензия

Группа

Группа

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

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

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

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

0.0.1
Дата

Дата

Тип

Тип

pom.sha512
Описание

Описание

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

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

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

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

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

Скачать files

Имя Файла Размер
files-0.0.1.pom
files-0.0.1-sources.jar 537 bytes
files-0.0.1-javadoc.jar 261 bytes
Обзор

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlinx : kotlinx-serialization-core jar 1.0.1
org.jetbrains.kotlinx : kotlinx-coroutines-core jar 1.4.1
org.jetbrains.kotlin : kotlin-stdlib-common 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