| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
ChunkedReader
|
|||
|
|||
| str |
|
||
| str |
|
||
| str |
|
||
| str |
|
||
| str |
|
||
| str |
|
||
|
Inherited from |
|||
|
|||
| int |
_left Bytes left of the current chunk |
||
| callable |
_state Current read function |
||
| file |
_stream The stream to decode |
||
|
|||
|
Inherited from |
|||
|
|||
|
Read (at max) size bytes from the stream This just calls the current state reader and returns its result.
|
Final state: Hit EOF (or EOS, rather) This function always returns an empty string, so
|
|
|
|
Read trailing CRLF after chunk data After that it switches back to _read_header and follows up on the stream.
|
| Home | Trees | Indices | Help |
|
|---|