Quote: |
The first 8 bytes of every .lvz file:
4-len str Type - Should always be 'CONT'. This varifies you have a .lvz. If not, don't continue on. This string is not NULL ended. i32 Count - How many compressed sections are in this .lvz. |
Quote: |
i32 File Time - This can either be a file time, if this compressed section is a file, or it could be 0. If 0, then is a special compressed section. The file time is the standard time_t format used by windows/unix. |
Quote: |
i32 Compressed Size - The size of the compressed data in the .lvz. This is how many bytes you'll need to read to get your required data.
Null-end str File Name - This string is always null ended. If no file time, the File Name should be blank (just the 0x00), but do not always count on it. |
Bob Dole.. Bob Dole... Bob Dole...... bob dole.... bob... dole.... wrote: |
What is i32? |
Bob Dole.. Bob Dole... Bob Dole...... bob dole.... bob... dole.... wrote: |
An integer? If so, y dont i c the integer in the lvz when i open it in the notepad... let me guess... cuz its not a string? |
Bob Dole.. Bob Dole... Bob Dole...... bob dole.... bob... dole.... wrote: |
What exactly does the 32 mean? |
Bob Dole.. Bob Dole... Bob Dole...... bob dole.... bob... dole.... wrote: |
What is a NULL ended string? |
Code: Show/Hide h i
104 105 0 |
Bob Dole.. Bob Dole... Bob Dole...... bob dole.... bob... dole.... wrote: |
What is a not NULL endet string? |
Bob Dole.. Bob Dole... Bob Dole...... bob dole.... bob... dole.... wrote: | ||
hu??? How does time_t look like at all? |
Bob Dole.. Bob Dole... Bob Dole...... bob dole.... bob... dole.... wrote: | ||
What does 0x00 mean? And again that Null-end string... |
Bob Dole.. Bob Dole... Bob Dole...... bob dole.... bob... dole.... wrote: |
And some examples would be nice and helpfull :)
thx PS: I use delphi, might be good to know, as u don't need to hammer me with c++ stuff, explanaitons in general would be nice. At least i found out how to compress and decompress for myself. :-D Bob Dole.. Bob Dole... Bob Dole...... bob dole.... bob... dole.... |