ReadSession

interface ReadSession

Functions

Link copied to clipboard
abstract fun discard(n: Int): Int

Discard at most n available bytes or 0 if no bytes available yet

Link copied to clipboard
abstract fun request(atLeast: Int = 1): ChunkBuffer?

Request buffer range atLeast bytes length

Properties

Link copied to clipboard
abstract val availableForRead: Int

Number of bytes available for read. However it does not necessarily mean that all available bytes could be requested at once

Inheritors

Link copied to clipboard