Function prc::write_stream[][src]

pub fn write_stream<W>(
    writer: &mut W,
    param_struct: &ParamStruct
) -> Result<(), Error> where
    W: Write + Seek

Attempts to write a param file into the given writer (requires Seek). Returns nothing if successful, otherwise an Error.