bonjour! mon probleme est le suivant : jedois réaliser une application permettant la saisie du nom d'un fichier par l'utilisateur ds une boite de dialogue puis l'affichage de du contenu de ce fichier ds cette meme boite de dialogue. or les fichier que je dois afficher sont des fichiers .CAP dont la définition est la suivante :
The CAP File
A CAP file is a container file in JAR file format. Each component in the container is a file itself, and contains information about the converted package. As the following table shows, each component contains information about a different aspect of the package. For example, one component contains information about the applets in the package. Another component contains information about the classes in the package.
Component Description
Header ,Directory ,Applet ,Import ,Constant Pool ,Class ,Method ,Static Field ,Reference Location ,Export
En fait je voudrais savoir comment faire pour lire ce fichier!
merci d'avance
Partager