jaulib v1.3.0
Jau Support Library (C++, Java, ..)
|
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 45 of file AssetURLStreamHandler.java.
org.jau.net.AssetURLStreamHandler.AssetURLStreamHandler | ( | final AssetURLContext | ctx | ) |
Definition at line 48 of file AssetURLStreamHandler.java.
|
protected |