Package-level declarations
Types
Link copied to clipboard
File extension representation of supported compression formats.
Link copied to clipboard
data class FileIdentifier(val fileName: Option<String>, val fileExtension: Option<String>, val filePath: Option<Path>, val fileHashSha256: String) : FileIdentifierInterface
Identifier of a file with hash checksum to verify data integrity.
Link copied to clipboard
interface FileIdentifierInterface
Functions
Link copied to clipboard
Returns a human-readable file size like 1MB or 1GB.
Link copied to clipboard
SHA256 hash of the file or directory.
Link copied to clipboard
Constructs a new InputStream of this file either directly or compressed.
Link copied to clipboard
Constructs a new OutputStream of this file either directly or compressed according to the path's extension.