public class FilePathRetryOnInterrupt extends FilePathWrapper
| 构造器和说明 |
|---|
FilePathRetryOnInterrupt() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getScheme()
Get the scheme (prefix) for this file provider.
|
FileChannel |
open(String mode)
Open a random access file object.
|
canWrite, createDirectory, createFile, createTempFile, delete, exists, getBase, getParent, getPath, getPrefix, isAbsolute, isDirectory, lastModified, moveTo, newDirectoryStream, newInputStream, newOutputStream, setReadOnly, size, toRealPath, unwrap, unwrap, wrapget, getName, getNextTempFileNamePart, register, toString, unregisterpublic FileChannel open(String mode) throws IOException
FilePathopen 在类中 FilePathWrappermode - the access mode. Supported are r, rw, rws, rwdIOExceptionCopyright © 2017. All rights reserved.