Input stream implementation that wraps around a primitive input stream.
Constructs the input stream wrapper with the given base stream.
Reads up to buffer.length elements from the wrapped input stream, and writes them to buffer.
See Implementation
Input stream implementation that wraps around a primitive input stream.