Package com.ms.util.cab |
|
 Previous |
 Packages |
 Index |
 Next |
About com.ms.util.cab
Classes
, Interfaces
, Hierarchy
This package allows you to create and read compressed .cab files.
- Class CabCorruptException
- This exception is thrown when the cabinet is structurally corrupt, or the compressed data stored in the cabinet is corrupt.
- Class CabCreator
- This is the cab creating class.
- Class CabDecoder
- This class is used to decode a cabinet.
- Class CabEnumerator
- An implementation of the Enumeration interface for cab files.
- Class CabException
- This exception class handles the various non-I/O types of cab exception.
- Class CabFileEntry
- This class is used to represent file entries stored in the cabinet.
- Class CabFolderEntry
- CabFolderEntry items represent folders in the cabinet.
- Interface CabProgressInterface
- This interface is used by both the CabCreator and CabDecoder classes to report progress.
- Interface CabConstants
- This interface contains the constants used in cabinet creation and extraction.
- Interface CabDecoderInterface
- This is the interface which must be passed as a parameter to the CabDecoder constructor.
Object
|
+--CabCreator
|
+--CabDecoder
|
+--CabProgressInterface
|
+--CabEnumerator (Enumeration)
|
+--CabFileEntry
|
+--CabFolderEntry (CabConstants)
Exception
|
+--CabException
|
+--CabCorruptException