Xar (Extensible Archive)

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(PRONOM)
m (Jsummers moved page Xar (eXtensible ARchive) to Xar (Extensible Archive): Changed my mind)
(5 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
|pronom={{PRONOM|fmt/600}}
 
|pronom={{PRONOM|fmt/600}}
 
}}
 
}}
 +
:''For other "Xar" formats, see the [[Xar]] disambiguation page.''
  
 
'''xar''' (eXtensible ARchive) is an open-source archive format which stores its directory information and other metadata in the form of [[XML]].
 
'''xar''' (eXtensible ARchive) is an open-source archive format which stores its directory information and other metadata in the form of [[XML]].
Line 15: Line 16:
 
== Format info ==
 
== Format info ==
 
* [http://code.google.com/p/xar/wiki/xarformat Format of a xar archive]
 
* [http://code.google.com/p/xar/wiki/xarformat Format of a xar archive]
 +
 +
== Software ==
 +
* [[Konvertor]]
 +
* [http://code.google.com/p/xar/downloads/list xar project software]
 +
** [http://code.google.com/p/xar/wiki/API_xar API documentation]
 +
* [[7-Zip]]
  
 
== Other links ==
 
== Other links ==
 
* [[Wikipedia:xar (archiver)|Wikipedia article]]
 
* [[Wikipedia:xar (archiver)|Wikipedia article]]
 
* [http://code.google.com/p/xar/ Official site]
 
* [http://code.google.com/p/xar/ Official site]
* [http://code.google.com/p/xar/wiki/API_xar API documentation]
+
** [http://code.google.com/p/xar/wiki/whyxar Why xar is interesting]
* [http://code.google.com/p/xar/wiki/whyxar Why xar is interesting]
+
 
 +
[[Category:XML based file formats]]

Revision as of 15:16, 22 September 2018

File Format
Name Xar (Extensible Archive)
Ontology
Extension(s) .xar
PRONOM fmt/600
For other "Xar" formats, see the Xar disambiguation page.

xar (eXtensible ARchive) is an open-source archive format which stores its directory information and other metadata in the form of XML.

The file format starts with a short binary header (which begins with the "magic" sequence consisting of "xar!" expressed as a 32-bit integer made from the ASCII character representations (0x78617221) in network byte order (big-endian). This byte order is used for all multi-byte numbers in the binary portions of the file format.

After the header is the directory information and metadata in XML, using the UTF-8 character encoding.

The remainder of the file consists of the binary data of the archive contents, known as "The Heap".

Format info

Software

Other links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox