public class FilePathMemLZF extends FilePathMem
| 构造器和说明 |
|---|
FilePathMemLZF() |
| 限定符和类型 | 方法和说明 |
|---|---|
FilePathMem |
getPath(String path)
Convert a file to a path.
|
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(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 在类中 FilePathMempath - the pathpublic String getScheme()
FilePathjava.nio.file.spi.FileSystemProvider.getScheme.getScheme 在类中 FilePathMemCopyright © 2022. All rights reserved.