public class FilePathMemLZF extends FilePathMem
| Constructor and Description |
|---|
FilePathMemLZF() |
| Modifier and Type | Method and Description |
|---|---|
FilePathMem |
getPath(java.lang.String path)
Convert a file to a path.
|
java.lang.String |
getScheme()
Get the scheme (prefix) for this file provider.
|
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 FilePathMem 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 FilePathMempath - the pathpublic java.lang.String getScheme()
FilePathjava.nio.file.spi.FileSystemProvider.getScheme.getScheme in class FilePathMem