Part of twisted.web2.stream View Source View In Hierarchy
Implements interfaces: twisted.web2.stream.ISendfileableStream
Method | __init__ | Create the stream from file f. If you specify start and length, |
Method | read | Read some data. |
Method | close | Prematurely close this stream. Should also cause further reads to |
Inherited from SimpleStream:
Method | split | Split this stream into two, at byte position 'point'. |
If sendfile == True, returns either the above, or a SendfileBuffer.