Returns the absolute file offset of this chunk.
(&self)
| 1211 | |
| 1212 | /// Returns the absolute file offset of this chunk. |
| 1213 | pub fn offset(&self) -> u64 { |
| 1214 | self.offset |
| 1215 | } |
| 1216 | |
| 1217 | /// Returns the total physical length of this chunk. |
| 1218 | pub fn length(&self) -> u64 { |
no outgoing calls