for passing to raw writing functions at beginning, then use add_size
| 98 | |
| 99 | // for passing to raw writing functions at beginning, then use add_size |
| 100 | byte* input_buffer::get_buffer() const |
| 101 | { |
| 102 | return buffer_; |
| 103 | } |
| 104 | |
| 105 | |
| 106 | // after a raw write user can set NEW_YS size |
no outgoing calls
no test coverage detected