werkzeug.LimitedStream.read

LimitedStream.read(size=None)[source]

Read size bytes or if size is not provided everything is read.

Parameters:size – the number of bytes read.