| 1164 | } |
| 1165 | |
| 1166 | void FileMetaData::WriteTo(::arrow::io::OutputStream* dst, |
| 1167 | const std::shared_ptr<Encryptor>& encryptor) const { |
| 1168 | return impl_->WriteTo(dst, encryptor); |
| 1169 | } |
| 1170 | |
| 1171 | bool FileMetaData::VerifySignature(std::span<const uint8_t> serialized_metadata, |
| 1172 | std::span<const uint8_t> signature, |
no outgoing calls