Camel.StreamNull¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class Camel.StreamNull(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Returns:
a new
Camel.StreamNull
- Return type:
Returns a null stream. A null stream is always at eof, and always returns success for all reads and writes.
- get_bytes_written()¶
- Returns:
how many bytes had been written to the self since it was created or rewind to the beginning.
- Return type:
New in version 3.24.