<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://fileformats.archiveteam.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://fileformats.archiveteam.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tdlewis77</id>
		<title>Just Solve the File Format Problem - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://fileformats.archiveteam.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tdlewis77"/>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Special:Contributions/Tdlewis77"/>
		<updated>2026-04-18T03:20:18Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.2</generator>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/TTCOMP</id>
		<title>TTCOMP</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/TTCOMP"/>
				<updated>2014-02-03T20:39:13Z</updated>
		
		<summary type="html">&lt;p&gt;Tdlewis77: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Compression&lt;br /&gt;
}}&lt;br /&gt;
'''TTComp archive''' is a compressed file format. It was apparently used by some software installation utilities.&lt;br /&gt;
&lt;br /&gt;
It uses ''Shannon–Fano coding'' for data compression. It is probably identical, or nearly identical, to [[ZIP]]'s obsolete &amp;quot;IMPLODE&amp;quot; compression method.&lt;br /&gt;
&lt;br /&gt;
Though it may be called an &amp;quot;archive&amp;quot; format, it appears to store nothing more than a stream of compressed data.&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* [http://ftp.serdica.org/public/drivers/Modems/BITWARE/VERSION.2/DOS/DISK1/BITFAX/ http://ftp.serdica.org/.../BITFAX/*.??$]&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
The first byte of a TTComp file indicates the type of compression:&lt;br /&gt;
* &amp;lt;code&amp;gt;0x00&amp;lt;/code&amp;gt;: binary compression&lt;br /&gt;
* &amp;lt;code&amp;gt;0x01&amp;lt;/code&amp;gt;: ASCII compression&lt;br /&gt;
&lt;br /&gt;
The second byte of a TTComp file specifies the size of the dictionary as follows:&lt;br /&gt;
* &amp;lt;code&amp;gt;0x04&amp;lt;/code&amp;gt;: 1024 bytes&lt;br /&gt;
* &amp;lt;code&amp;gt;0x05&amp;lt;/code&amp;gt;: 2048 bytes&lt;br /&gt;
* &amp;lt;code&amp;gt;0x06&amp;lt;/code&amp;gt;: 4096 bytes&lt;br /&gt;
&lt;br /&gt;
Most TTComp files begin with bytes &amp;lt;code&amp;gt;0x00 0x06&amp;lt;/code&amp;gt; indicating binary compression and a 4K dictionary.&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* [http://www.exelana.com/techie/c/ttdecomp.html TTDecomp]&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [[Wikipedia:Shannon%E2%80%93Fano coding|Wikipedia: Shannon–Fano coding]]&lt;/div&gt;</summary>
		<author><name>Tdlewis77</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/TTCOMP</id>
		<title>TTCOMP</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/TTCOMP"/>
				<updated>2014-02-03T20:36:13Z</updated>
		
		<summary type="html">&lt;p&gt;Tdlewis77: Documented identification bytes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Compression&lt;br /&gt;
}}&lt;br /&gt;
'''TTComp archive''' is a compressed file format. It was apparently used by some software installation utilities.&lt;br /&gt;
&lt;br /&gt;
It uses ''Shannon–Fano coding'' for data compression. It is probably identical, or nearly identical, to [[ZIP]]'s obsolete &amp;quot;IMPLODE&amp;quot; compression method.&lt;br /&gt;
&lt;br /&gt;
Though it may be called an &amp;quot;archive&amp;quot; format, it appears to store nothing more than a stream of compressed data.&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* [http://ftp.serdica.org/public/drivers/Modems/BITWARE/VERSION.2/DOS/DISK1/BITFAX/ http://ftp.serdica.org/.../BITFAX/*.??$]&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
The first byte of a TTComp file is either &amp;lt;code&amp;gt;0x00&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;0x01&amp;lt;/code&amp;gt; and specifies whether to use fixed or variable size literal bytes.&lt;br /&gt;
&lt;br /&gt;
The second byte of a TTComp file specifies the size of the dictionary as follows:&lt;br /&gt;
* &amp;lt;code&amp;gt;0x04&amp;lt;/code&amp;gt;: 1024 bytes&lt;br /&gt;
* &amp;lt;code&amp;gt;0x05&amp;lt;/code&amp;gt;: 2048 bytes&lt;br /&gt;
* &amp;lt;code&amp;gt;0x06&amp;lt;/code&amp;gt;: 4096 bytes&lt;br /&gt;
&lt;br /&gt;
Most TTComp files begin with bytes &amp;lt;code&amp;gt;0x00 0x06&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* [http://www.exelana.com/techie/c/ttdecomp.html TTDecomp]&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [[Wikipedia:Shannon%E2%80%93Fano coding|Wikipedia: Shannon–Fano coding]]&lt;/div&gt;</summary>
		<author><name>Tdlewis77</name></author>	</entry>

	</feed>