InputStreamSupplier

Supplies input streams. Implementations are required to support thread-handover. While an instance will not be accessed concurrently by multiple threads, it will be called by a different thread than it was created on.

Since

1.10

Functions

Link copied to clipboard
abstract fun get(): InputStream
Supply an input stream for a resource.