readFrom

abstract fun readFrom(): ByteReadChannel(source)

Provides ByteReadChannel for the content

Report a problem


open fun readFrom(range: LongRange): ByteReadChannel(source)

Provides ByteReadChannel for the given range of the content

Report a problem