| Class | Description |
|---|---|
| NetworkResource | |
| Resource |
Abstract
Resource provides the functionality for reading resource's content
Requires InputStream getStream() to be implemented - the implementation depends on
the file/resource location/type
|
| ResourceFile |
Implements the functionality for reading files in resources folder
|
| UserFile |
Implements the functionality for reading files in any location in the file system
|
| UserHomeFile |
Provides the functionality for reading regular files in the user home folder
|
Copyright © 2019. All Rights Reserved.