X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=doc%2Fformat.txt;h=7449681056ce19b1c85e5cc3efa549e60143c9ad;hb=cc2d3611ed50f5965a9138ffaf3262417993c4f8;hp=5c9d5fa3707d4874358a6d64b0ee6bff9ee0f78e;hpb=6c94114148c42e795b8abbef9532f399c24f3ed5;p=cumulus.git diff --git a/doc/format.txt b/doc/format.txt index 5c9d5fa..7449681 100644 --- a/doc/format.txt +++ b/doc/format.txt @@ -122,6 +122,18 @@ Both a checksum and a slice can be used. In this case, the checksum is given first, followed by the slice. The checksum is computed over the original object contents, before slicing. +Special Objects +--------------- + +In addition to the standard syntax for objects described above, the +special name "zero" may be used instead of segment/sequence number. +This represents an object consisting entirely of zeroes. The zero +object must have a slice specification appended to indicate the size of +the object. For example + zero[0+1024] +represents a block consisting of 1024 null bytes. A checksum should not +be given. + FILE METADATA LISTING =====================