java.lang.Object
java.net.URLStreamHandler
com.github.marschall.memoryfilesystem.memory.Handler

public class Handler extends URLStreamHandler
URLStreamHandler that can resolve memory URLs.

This class will be instantiated by the JDK.

Users need to add @ com.github.marschall.memoryfilesystem to the java.protocol.handler.pkgs system property (comma separated).


 -Djava.protocol.handler.pkgs=com.github.marschall.memoryfilesystem