Struct Decoder
android_sparse
pub struct Decoder<W> { /* fields omitted */ }
impl<W: Write> Decoder<W>
fn new(w: W) -> Self
fn write(self, sparse_file: &File) -> Result<()>
impl<W: Debug> Debug for Decoder<W>
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter.