* The length of the EncodeStream object. */
| 60 | * The length of the EncodeStream object. |
| 61 | */ |
| 62 | uint32_t length() const { |
| 63 | return static_cast<uint32_t>(_length); |
| 64 | } |
| 65 | |
| 66 | /** |
| 67 | * Moves or returns the current position, of the file pointer into the EncodeStream object. This |
no outgoing calls
no test coverage detected