FileContent

class FileContent(val file: File, val start: Long = 0, val endInclusive: Long = file.length() - 1)

ByteStream backed by a local file

Constructors

Link copied to clipboard
constructor(file: File, start: Long = 0, endInclusive: Long = file.length() - 1)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val file: File
Link copied to clipboard
open val isOneShot: Boolean = false
Link copied to clipboard
val start: Long = 0

Functions

Link copied to clipboard
open fun readFrom(): <Error class: unknown class>