Struct Encoder
android_sparse
pub struct Encoder<R> { /* fields omitted */ }
impl<R: Read> Encoder<R>
fn from_reader(r: R, block_size: u32) -> Self
impl Encoder<StdFile>
fn from_file(file: StdFile, block_size: u32) -> Self
fn read(self) -> Result<File>
impl<R: Debug> Debug for Encoder<R>
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter.