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