can_load method

can_load

Checks if it is possible to read this file.

Returns

True, if it is possible to load header from stream. False, if it is impossible to load header from stream.

def can_load(self, stream_container, load_options):
    ...
ParameterTypeDescription
stream_containerStreamContainerStream with file
load_optionsLoadOptionsOptions to load

See Also