Trait n5::ReadableDataBlock [] [src]

pub trait ReadableDataBlock {
    fn read_data(&mut self, source: &mut Read) -> Result<()>;
}

Required Methods

Unlike Java N5, read the stream directly into the block data instead of creating a copied byte buffer.

Implementors