Package com.google.common.jimfs
Interface FileLookup
public interface FileLookup
Callback for looking up a file.
-
Method Summary
-
Method Details
-
lookup
Looks up the file.- Throws:
IOException
- if the lookup fails for any reason, such as the file not existing
-