[][src]Function rust_hdfs::hdfsStreamBuilderBuild

pub unsafe extern "C" fn hdfsStreamBuilderBuild(
    bld: *mut hdfsStreamBuilder
) -> hdfsFile

hdfsStreamBuilderBuild - Build the stream by calling open or create.

@param bld The hdfs stream builder. This pointer will be freed, whether or not the open succeeds.

@return the stream pointer on success, or NULL on error. Errno will be set on error.