[][src]Trait alt_std::stream::Stream

pub trait Stream: Drop {
    fn tell(&self) -> usize;
fn size(&self) -> usize; }

Required methods

fn tell(&self) -> usize

get the current position

fn size(&self) -> usize

get the size of the stream

Loading content...

Implementors

impl Stream for FileReader[src]

impl Stream for FileWriter[src]

impl Stream for MemoryStreamReader[src]

impl Stream for MemoryStreamWriter[src]

Loading content...