Class Handler

java.lang.Object
java.net.URLStreamHandler
com.google.common.jimfs.Handler

public final class Handler extends URLStreamHandler
URLStreamHandler implementation for jimfs. Named Handler so that the class can be found by Java as described in the documentation for URL.

This class is only public because it is necessary for Java to find it. It is not intended to be used directly.

Since:
1.1
Author:
Colin Decker