pub struct Dat2(_);Expand description
A virtual file type for the .dat2 file.
Implementations
Initializes a memory map over the specified .dat2 file.
Read all the data that belongs to the ArchiveRef.
pub fn read_into_writer<W>(
&self,
archive: &ArchiveRef,
writer: &mut W
) -> Result<(), Error> where
W: Write,
pub fn read_into_writer<W>(
&self,
archive: &ArchiveRef,
writer: &mut W
) -> Result<(), Error> where
W: Write,
Read all the data that belongs to the ArchiveRef into the given writer.