Struct rdiff::Delete [] [src]

pub struct Delete { /* fields omitted */ }

Represents an operation to delete a certain number of bytes at a particular position in a file

Methods

impl Delete
[src]

Gets the byte position of this delete operation in its file

Gets the length in bytes of this delete operation

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 Delete
[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 Delete
[src]

Formats the value using the given formatter.