char[] libraryName | the name of the library involved. |
char[] requiredStdVersion | the required version of the library |
char[] libStdVersion | the version that the library actually has (if it has one at all). |
DynamicLibraryLoader loader | the loader to register. |
char[] type | the type of loader to find. |
FileBuffer buffer | buffer for the binary file |
char[] attrStdVersion | (optional) the version of the library to match |
file | the filename of the library to load. |
char[] attrStdVersion | (optional) the version of the library to match |
FileBuffer file | the file to test. The file is expected to already be loaded. |
char[] filename | name of the file to test. |
char[] type | the name of the type to test. See DynamicLibraryLoader.getLibraryType() for more infomation. |