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

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