Returns the metadata flags.
(&self)
| 1226 | |
| 1227 | /// Returns the metadata flags. |
| 1228 | pub fn meta(&self) -> crate::format::MetaByte { |
| 1229 | self.meta |
| 1230 | } |
| 1231 | |
| 1232 | /// Calculates the size of the payload (excluding metadata/footer). |
| 1233 | pub fn payload_len(&self) -> u64 { |