pub trait ChannelsWriter: Sync {
    // Required method
    fn extract_uncompressed_block(
        &self,
        header: &Header,
        block: BlockIndex
    ) -> Vec<u8> ⓘ;
}Expand description
A temporary writer for a list of channels
Required Methods§
sourcefn extract_uncompressed_block(
    &self,
    header: &Header,
    block: BlockIndex
) -> Vec<u8> ⓘ
 
fn extract_uncompressed_block( &self, header: &Header, block: BlockIndex ) -> Vec<u8> ⓘ
Deliver a block of pixels, containing all channel data, to be stored in the file