git_odb_stream_write

Write to an odb stream

This method will fail if the total number of received bytes exceeds the size declared with git_odb_open_wstream()

@param stream the stream @param buffer the data to write @param len the buffer's length @return 0 if the write succeeded; error code otherwise

extern (C) nothrow @nogc
int
git_odb_stream_write

Meta