Returns the total physical length of this chunk.
(&self)
| 1216 | |
| 1217 | /// Returns the total physical length of this chunk. |
| 1218 | pub fn length(&self) -> u64 { |
| 1219 | self.length |
| 1220 | } |
| 1221 | |
| 1222 | /// Returns the number of children. |
| 1223 | pub fn child_count(&self) -> u32 { |