diff --git a/doc/file-layer.rst b/doc/file-layer.rst index 78431216..3f416a2b 100644 --- a/doc/file-layer.rst +++ b/doc/file-layer.rst @@ -235,3 +235,6 @@ Data block A data block stores raw data bytes on the disk. For a given index entry ``entry``, the data starts at location ``entry.location`` and is the next ``entry.N * entry.M * gsd_sizeof_type(entry.type)`` bytes. + +The type fields are self-explanatory except for UTF-8 strings, for which +null-termination is allowed but not required. \ No newline at end of file