| 93 | |
| 94 | static const CTransferMode Stream() { return tmStream; } |
| 95 | static const CTransferMode Block() { return tmBlock; } |
| 96 | static const CTransferMode Compressed() { return tmCompressed; } |
| 97 | |
| 98 | private: |
nothing calls this directly
no outgoing calls
no test coverage detected