* Get real length of file. This lenght may be shorter or longer than declared length of file. * @return Real length of input file */
| 1050 | * @return Real length of input file |
| 1051 | */ |
| 1052 | std::size_t FileFormat::getFileLength() const |
| 1053 | { |
| 1054 | return bytes.size(); |
| 1055 | } |
| 1056 | |
| 1057 | /** |
| 1058 | * Get real length of serialized content of input file. |