ReadableResource

A resource that can be read. The simplest example is a file.

Functions

Link copied to clipboard
abstract fun getBaseName(): String
Link copied to clipboard
abstract fun getDisplayName(): String
Link copied to clipboard
abstract fun getURI(): URI
Link copied to clipboard
abstract fun read(): InputStream
Returns an unbuffered InputStream that provides means to read the resource.