Struct rdiff::Insert [] [src]

pub struct Insert { /* fields omitted */ }

Represents an operation to insert bytes at a particular position into a file

Methods

impl Insert
[src]

Gets the byte position of this insert operation in its file

Gets the data this insert operation will insert

Compress this operation and write to writer. The output can then be expanded back into an equivilent operation using expand_from()

Expand this operation from previously compressed data in reader. The data in reader should have been written using compress_to()

Trait Implementations

impl PartialEq for Insert
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for Insert
[src]

Formats the value using the given formatter.