pub(crate) fn read_page_header<C: ChunkReader>(
reader: &C,
offset: u64,
) -> Result<(usize, PageHeader)>
Expand description
Reads the page header at offset
from reader
, returning
both the PageHeader
and its length in bytes
pub(crate) fn read_page_header<C: ChunkReader>(
reader: &C,
offset: u64,
) -> Result<(usize, PageHeader)>
Reads the page header at offset
from reader
, returning
both the PageHeader
and its length in bytes