bufferedInputStreamFor

Creates and returns a buffered input stream that's wrapped around the given input stream.

BufferedInputStream!(S, BufferSize)
bufferedInputStreamFor
(
uint BufferSize = DEFAULT_BUFFER_SIZE
S
)
()

Parameters

stream S

The stream to wrap in a buffered input stream.

Return Value

Type: BufferedInputStream!(S, BufferSize)

The buffered input stream.

Meta