Skip to main content

decode_data_block

Function decode_data_block 

Source
pub fn decode_data_block(
    stored: &[u8],
    handle: &BlockHandle,
) -> Result<DecodedDataBlock, SstBlockCodecError>
Expand description

Decodes one data block from exactly the bytes its handle names.