Feature #968
XtremSplit support in JDHJSplit
| Status: | Closed | Start date: | 11/23/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 100% |
||
| Category: | Addon | |||
| Target version: | Next Major Public Release 1.xxx | |||
| Resolution: | Fixed |
Description
Offset Data Size (bytes)
0 Length of program name 1
1 *Program name 20
21 Length of version 1
22 Version 4
26 Not used 10
36 Date 4
40 Length of original file name 1
41 Original file name 50
91 **Hash MD5 1
92 Number of files 4
96 Original file size 8
Total 104
- for the Xtremsplit 1.1 format, the name of the program must be "Xtremsplit". The 1.2 release handles whatever program name.
**0 = disabled ; 1 = enabled (the md5 hashes are located at the end of the last file).
History
Updated by jiaz almost 2 years ago
- Target version set to Next Major Public Release 1.xxx
Updated by jiaz about 1 year ago
java code
you can check http://trac.gnome-split.org/browser/src/org/gnome/split/core/merger/Xtremsplit.java?rev=48
Updated by Botzi about 1 year ago
- Status changed from Assigned to Closed
- % Done changed from 20 to 100
- Resolution set to Fixed
r13929