Structsยง
- SparseReader is an implementation of std::io::Read which transparently unpacks the underlying sparse image as it is read. If random access reads are not required, it is more performant to use
unsparse
to completely unpack a sparse image.
unsparse
to completely
unpack a sparse image.