Camel.NullOutputStream
Class Details
- 
class Camel.NullOutputStream(**kwargs)
- 
- 
classmethod new()
- 
Creates a new “null” output stream. 
 
- 
get_bytes_written()
- 
| Returns: | total byte count | 
|---|
 | Return type: | int | 
|---|
 
 - Gets the total number of bytes written to self. 
 
- 
get_ends_with_crlf()
- 
| Returns: | Whether the data being written to self ended with CRLF. | 
|---|
 | Return type: | bool | 
|---|