Package br.com.objectos.fs

Defines interfaces for developing applications that require file system access and provides an implementation for accessing the local file system.

See: Description

Package br.com.objectos.fs Description

Defines interfaces for developing applications that require file system access and provides an implementation for accessing the local file system.

Classes in this package will use java.io for file system access if it is a Java 6 build or will use java.nio.file if its a Java 7+ build.

Since:
2

Copyright © 2021–2022 Objectos Software LTDA. All rights reserved.