About com.ms.util.cab
This package enables you to create and read compressed cabinet files.
- Class CabCorruptException
- Thrown when either the cabinet structure or the compressed data stored in the cabinet is corrupt.
- Class CabCreator
- This class creates cabinets.
- Class CabDecoder
- This class is used to decode a cabinet.
- Class CabEnumerator
- This class implements the Enumeration interface for cabinet files, allowing serial access to all of the items in the cabinet file.
- Class CabException
- This exception class handles the various non-input/output cabinet exceptions.
- Class CabFileEntry
- This class is used to represent file entries stored in the cabinet.
- Class CabFolderEntry
- This class implements objects that represent folders in a cabinet file.
- Interface CabConstants
- This interface contains the constants used in cabinet creation and extraction.
- Interface CabDecoderInterface
- This is the interface that must be passed as a parameter to the CabDecoder constructor.
- Interface CabProgressInterface
- This interface is used by both the CabCreator and CabDecoder classes to report progress when creating or decoding a cabinet file.
Object
|
+--CabCreator
|
+--CabDecoder
|
+--CabEnumerator (Enumeration)
|
+--CabFileEntry
|
+--CabFolderEntry (CabConstants)
Exception
|
+--CabException
|
+--CabCorruptException
CabConstants
CabDecoderInterface
CabProgressInterface