Prepare to install this SoSource in SoLoader.
(int flags)
| 63 | |
| 64 | /** Prepare to install this SoSource in SoLoader. */ |
| 65 | protected void prepare(int flags) throws IOException { |
| 66 | /* By default, do nothing */ |
| 67 | } |
| 68 | |
| 69 | /** |
| 70 | * Load a shared library library into this process. This routine is independent of {@link |
no outgoing calls
no test coverage detected