Struct safe_core::nfs::Reader [] [src]

pub struct Reader<T> { /* fields omitted */ }

Reader is used to read contents of a File. It can read in chunks if the file happens to be very large

Methods

impl<T: 'static> Reader<T>
[src]

[src]

Create a new instance of Reader

[src]

Returns the total size of the file/blob

[src]

Read data from file/blob