public class RootURLStreamFactory extends Object implements URLStreamHandlerFactory
Usage:
URL.setURLStreamHandlerFactory(new RootURLStreamFactory());
URL url = new URL("root://root.cern.ch/demo.root");
| Constructor and Description |
|---|
RootURLStreamFactory() |
| Modifier and Type | Method and Description |
|---|---|
URLStreamHandler |
createURLStreamHandler(String protocol) |
public URLStreamHandler createURLStreamHandler(String protocol)
createURLStreamHandler in interface URLStreamHandlerFactoryJas4pp 1.5 © Java Analysis Studio for Particle Physics