Bytes remaining from current position to end
| 149 | |
| 150 | // Bytes remaining from current position to end |
| 151 | fl::size_t bytes_left() const { |
| 152 | return mHandle ? mHandle->bytes_left() : 0; |
| 153 | } |
| 154 | |
| 155 | // File path (or description for non-file buffers) |
| 156 | const char* path() const { |