## Stream.read()


Read up to n bytes.


Usage

``` python
Stream.read(n=-1)
```


## Parameters


`n: int = `<span class="dv">`-1`  
</span>  
Number of bytes. -1 for all remaining.


## Returns


`bytes`  
The data read.
