Returns the number of bytes left in the stream.
| 204 | |
| 205 | /// Returns the number of bytes left in the stream. |
| 206 | int bytes_left() { return buffer_end_ - buffer_pos_; } |
| 207 | |
| 208 | /// Maximum byte length of a vlq encoded integer of type T. |
| 209 | template <typename T> |
no outgoing calls