BoundedArchiveInputStream

constructor(start: Long, remaining: Long)

Create a new bounded input stream.

Parameters

start

position in the stream from where the reading of this bounded stream starts.

remaining

amount of bytes which are allowed to read from the bounded stream.