loadUsingFile

loadUsingFile(file: File) updating;

The loadUsingFile method of the JadeBytes class loads the binary content of the receiver using a File object specified by the file parameter. If the file specified by the file parameter is not open, an exception is raised.

This method is an alternative to the loadFromFile method, with the following additional functionality.