|
|
发表于 2015-10-23 09:20:25
|
显示全部楼层
来自: 中国重庆
本帖最后由 无边际 于 2015-10-23 09:24 编辑 z+ ^ u( A& P9 `, J* v0 U6 z- K
大鹿 发表于 2015-10-22 13:50' @$ t3 c5 c0 g4 j/ g
看到樓上兩位的回應,俺不得不掃盲一下。
$ F/ L! C" G% R$ a
7 |, D" ^ E! l8 Y& J* TSW2014及之前的文件,無論零件、裝配、工程圖,都是 compound ...
, B& ~4 E+ X% G5 S1 F" m% |- ~Class Overview3 B N- F; L( H& h/ p7 o \7 }& @- k
Combines multiple files into a single compound file. The file format:/ h) I, j6 c! w2 R9 k% s4 \
•VInt fileCount0 `1 ?5 P- I4 r/ ]% y
•{Directory} fileCount entries with the following structure:
: ]4 ]% u a$ C! {* g5 H ◦long dataOffset. Q+ N+ G/ K! y4 K
◦String fileName
- z/ [3 ^' y8 Z* i1 v9 G& `. p•{File Data} fileCount entries with the raw data of the corresponding file5 s9 q" J# w& J- b, a4 h
* Z: |% r; z% qThe fileCount integer indicates how many files are contained in this compound file. The {directory} that follows has that many entries. Each directory entry contains a long pointer to the start of this file's data section, and a String with that file's name.
9 d, n* |6 W& Q0 J0 v6 C7 @
. J1 g9 A2 p( N9 u8 o( c
3 W0 r0 W& G2 N% X; l; h* M
# t3 d: c/ A- G0 M$ Z |
|