blob_to_buffer
Description:
public static void blob_to_buffer (Blob? old_blob, string? old_as_path, uint8[]? buffer, string? buffer_as_path, DiffOptions? diff_options, DiffFileCallback? file_cb, DiffBinaryCallback? binary_cb, DiffHunkCallback? hunk_cb, DiffLineCallback? line_cb) throws Error
Same as blobs but using a buffer.
Parameters:
old_blob |
a Blob to diff from. |
old_as_path |
treat |
buffer |
a buffer to diff to. |
buffer_as_path |
treat |
diff_options |
a DiffOptions, or null. |
file_cb | |
binary_cb | |
hunk_cb | |
line_cb | |
buffer_len |
length of |
user_data |
callback user data. |