public class FilePathNioMemLZF extends FilePathNioMem
| Constructor and Description |
|---|
FilePathNioMemLZF() |
| Modifier and Type | Method and Description |
|---|---|
FilePathNioMem |
getPath(java.lang.String path)
Convert a file to a path.
|
java.lang.String |
getScheme()
Get the scheme (prefix) for this file provider.
|
protected boolean |
isRoot() |
canWrite, createDirectory, createFile, delete, exists, getCanonicalPath, getParent, isAbsolute, isDirectory, isRegularFile, lastModified, moveTo, newDirectoryStream, open, setReadOnly, size, toRealPathcreateTempFile, get, getName, newFileChannelOutputStream, newInputStream, newOutputStream, register, toString, unregister, unwrappublic FilePathNioMem getPath(java.lang.String path)
FilePathjava.nio.file.spi.FileSystemProvider.getPath, but may
return an object even if the scheme doesn't match in case of the
default file provider.getPath in class FilePathNioMempath - the pathprotected boolean isRoot()
isRoot in class FilePathNioMempublic java.lang.String getScheme()
FilePathjava.nio.file.spi.FileSystemProvider.getScheme.getScheme in class FilePathNioMem