This sample demonstrates the usage of the cab decoder classes in
the cab package, and also serves as a useful tool for extracting files
from cabinets.
To compile : jvc *.java
Example usage:
jview Extract /V sample.cab
(this displays the contents of the sample cabinet)
jview Extract sample.cab
(this extracts the contents of sample.cab)
(sample.cab is a small sample cabinet containing the file "Hello.java")
Note that this sample does not preserve the date and time of extracted
files.
This sample is located in the Samples/Cab/Extract directory of the SDK.