public interface FSDriver<H>
H root() throws IOException
IOException - any io exceptionString name(H handle) throws IOException
IOExceptionboolean isDir(H handle) throws IOException
IOExceptionH child(H handle, String name) throws IOException
IOExceptionIterable<H> children(H handle) throws IOException
IOExceptionlong getLastModified(H handle) throws IOException
IOExceptionIterator<InputStream> open(H handle) throws IOException
IOExceptionCopyright © 2014 eXo Platform SAS. All Rights Reserved.