public class FilePathRetryOnInterrupt extends FilePathWrapper
| Constructor and Description |
|---|
FilePathRetryOnInterrupt() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getScheme()
Get the scheme (prefix) for this file provider.
|
java.nio.channels.FileChannel |
open(java.lang.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 java.nio.channels.FileChannel open(java.lang.String mode)
throws java.io.IOException
FilePathopen in class FilePathWrappermode - the access mode. Supported are r, rw, rws, rwdjava.io.IOException