JobFileReference

Job File Reference

Provides data about and access to an individual job result file.

Author

Elizabeth Paige Harper https://github.com/foxcapades

Since

1.0.0

Properties

Link copied to clipboard
abstract val name: String

Basename of the result file.

Link copied to clipboard
abstract val size: Long

Size of the result file in bytes.

Functions

Link copied to clipboard
abstract fun open(): InputStream

Opens a stream over the contents of the result file.