| Class | Description |
|---|---|
| BaseFile |
Abstract
BaseFile provides the functionality for reading file content as String or list of String
Requires InputStream getStream() to be implemented - the implementation depends on
the file location (in the resources folder or not)
|
| BaseResourceFile |
Abstract
Implements the functionality for reading files in resources folder
|
| BaseUserFile |
Abstract
Implements the functionality for reading files in any location in the file system
|
Copyright © 2019. All Rights Reserved.