* Set the size of this record. * @param size size of record to set.Ï */
| 186 | * @param size size of record to set.Ï |
| 187 | */ |
| 188 | void setSize(const uint64_t size) { |
| 189 | size_ = size; |
| 190 | } |
| 191 | /** |
| 192 | * Returns the size of corresponding flow file |
| 193 | * @return size as a uint64_t |
no outgoing calls
no test coverage detected