NAME
com::zoho::crm::api::util::StreamWrapper - This class handles the file stream and name.
DESCRIPTION
METHODDS
new
-
Creates a StreamWrapper class instance with the specified parameters.
Param file_path : A String containing the absolute file path.
get_name
-
This is a getter method to get the file name.
Returns A String representing the file name.
get_stream
-
This is a getter method to get the file input stream.
Returns A InputStream representing the file input stream.