FileChange

class FileChange(var pos: Long?, var length: Long?, var truncate: Boolean)

Holds information about the file change.

Constructors

Link copied to clipboard
constructor(pos: Long?, length: Long?, truncate: Boolean)

Properties

Link copied to clipboard
var length: Long?

Length aligned to full chunks.

Link copied to clipboard
var pos: Long?

Position of the first changed chunk.

Link copied to clipboard

Remove all data.