|
GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java (public API).
|
URLStreamHandler to handle the asset protocol.
More...
Public Member Functions | |
| AssetURLStreamHandler (final AssetURLContext ctx) | |
Protected Member Functions | |
| URLConnection | openConnection (final URL u) throws IOException |
URLStreamHandler to handle the asset protocol.
This is the asset URLStreamHandler variation for manual use.
It requires passing a valid AssetURLContext for construction, hence it's not suitable for the pkg factory model.
Definition at line 22 of file AssetURLStreamHandler.java.
| com.jogamp.common.net.AssetURLStreamHandler.AssetURLStreamHandler | ( | final AssetURLContext | ctx | ) |
Definition at line 25 of file AssetURLStreamHandler.java.
|
protected |