pub fn decode_band_set_from_reader<R: Read + ?Sized>(
reader: &mut R,
) -> Result<DecodedBandSet>Expand description
Reads concatenated blobs through clean EOF and decodes them as a band set.
ยงErrors
Returns an error for I/O failure, truncation, invalid blobs, or mismatched shapes.