public interface FileSystem<T extends FileHandle> extends Closeable
Modifier and Type | Field and Description |
---|---|
static String |
SEPARATOR
Path separator String.
|
static char |
SEPARATOR_CHAR
Path separator char.
|
static final String SEPARATOR
static final char SEPARATOR_CHAR
@NotNull T obtain(String path) throws IOException
If the given path is null
or empty, the handle of the
current working directory is returned.
path
- The path to the file or directory.IOException
void close() throws IOException
close
in interface AutoCloseable
close
in interface Closeable
IOException
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500