mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-19 20:41:55 +00:00
More documentation.
This commit is contained in:
@@ -17,10 +17,15 @@
|
||||
package com.jpexs.decompiler.flash;
|
||||
|
||||
/**
|
||||
*
|
||||
* URL resolver interface.
|
||||
* @author JPEXS
|
||||
*/
|
||||
public interface UrlResolver {
|
||||
|
||||
/**
|
||||
* Resolves URL to SWF object.
|
||||
* @param url URL
|
||||
* @return SWF object or null if not valid
|
||||
*/
|
||||
public SWF resolveUrl(String url);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user