BufferedInput.reserve

Reserve the specified space within the buffer, compressing existing content as necessary to make room.

class BufferedInput
final
size_t
reserve
(
size_t space
)

Return Value

Type: size_t

the current read point, after compression if that was required.

Meta