git_diff_binary_file

The contents of one of the files in a binary diff.

extern (C) nothrow @nogc
struct git_diff_binary_file {}

Members

Variables

data
const(char)* data;

The binary data, deflated.

datalen
size_t datalen;

The length of the binary data.

inflatedlen
size_t inflatedlen;

The length of the binary data after inflation.

type
.git_diff_binary_t type;

The type of binary data for this file.

Meta