Skip to content

Latest commit

 

History

History

safs-core

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

safs-core

Download

The core package use the java.io.File to access the file-system. Only support OS'es using / as path separator, e.g. Unix/Linux.

Getting started

Add to Gradle project dependencies:

implementation 'com.llamalab.safs:safs-core:0.2.0'

Usage

Same as java.nio.file packages except located in com.llamalab.safs, and instead of java.nio.channels.SeekableByteChannel use com.llamalab.safs.channels.SeekableByteChannel.