- Enclosing interface:
- FileIOChannel
public static class FileIOChannel.ID
extends Object
An ID identifying an underlying file channel.
-
Constructor Summary
Constructors
-
Method Summary
boolean
Returns the path to the underlying temporary file.
Returns the path to the underlying temporary file as a File.
int
-
Constructor Details
-
ID
public ID(File basePath,
int threadNum,
Random random)
-
Method Details
-
getPath
Returns the path to the underlying temporary file.
-
getPathFile
public File getPathFile()
Returns the path to the underlying temporary file as a File.
-
-
-