It creates Archives works on web browser. output is compressed, uncompressed and self extracted. self extracted archives is html format.
index.htmlincludes Application list.arc-0.htmdescription of code and algorithm
arc-sfx-2.htmdemomodern web browser can open its output
- solid tiny
solid compression, small decoder, decoding is slow
- split tiny
split compression, small decoder, decoding is slow
- solid fast
solid compression, slightly bigger decoder, decoding is fast
- split fast
split compression, slightly bigger decoder, decoding is fast
- solid tiny
arc-sfx2-3.htmdemopartial browser can't open its output on local system. but its size is slightly smaller and decoding slightly faster than above's
- html
- raw
output raw decoder
- tiny
output compressed decoder
- clear
remove compressed string after load contents
- raw
- mode
- solid
solid compression
- split
split compression. extract all files before download
- split2
split compression. extract one files a time
- solid
- listing
create file list
- LOAD
read multiple files
- Save
download all archives
- kill
erase list
- html
others are simple version