Returns the content of the given entry in the JAR file on the
file system given by jarFilePath.
Method requires com.sun.midp.ams permission.
Parameters: jarFilePath - file pathname of the JAR file to read. Maybe a relative pathname. Parameters: entryName - name of the entry to return. the content of the given entry in a byte array or null ifthe entry was not found exception: IOException - if JAR is corrupt or not found exception: IOException - if the entry does not exist. exception: SecurityException - if the caller does not have permissionto install software. |