Get number of bytes of generic verion of public header block storage. Standard version of the public header block is 227 bytes long.
| 155 | /// Get number of bytes of generic verion of public header block storage. |
| 156 | /// Standard version of the public header block is 227 bytes long. |
| 157 | uint16_t vlrOffset() const |
| 158 | { return m_vlrOffset; } |
| 159 | |
| 160 | void setVlrOffset(uint16_t offset) |
| 161 | { m_vlrOffset = offset; } |