Camel.StreamNull
Class Details
- 
class Camel.StreamNull(**kwargs)
- 
- 
classmethod new()
- 
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: | int | 
|---|
 
 
 
- 
get_ends_with_crlf()
- 
| Returns: | Whether the data being written to self ended with CRLF. | 
|---|
 | Return type: | bool | 
|---|