(Class<T> _interface, InputStream _inputStream)
| 403 | } |
| 404 | |
| 405 | public <T extends OpenCL<T>> T bind(Class<T> _interface, InputStream _inputStream) { |
| 406 | return (bind(_interface, streamToString(_inputStream))); |
| 407 | } |
| 408 | |
| 409 | public <T extends OpenCL<T>> T bind(Class<T> _interface) { |
| 410 | return (bind(_interface, (String) null)); |