60.6 GET_FILE_CONTENT Function Signature 2

This function returns the BLOB of a file contained in a provided zip file.

Syntax

APEX_ZIP.GET_FILE_CONTENT (
    p_zipped_blob   IN BLOB,
    p_dir_entry     IN t_dir_entry )
    RETURN BLOB;

Parameters

Parameter Description
p_zipped_blob The BLOB containing the zip file.
p_dir_entry The directory entry describing the required file.

Returns

Return Description
BLOB BLOB of the file specified in the p_dir_entry record.