Class FileIOChannel.ID

  • Enclosing interface:
    FileIOChannel

    public static class FileIOChannel.ID
    extends Object
    An ID identifying an underlying file channel.
    • Constructor Detail

      • ID

        public ID​(File basePath,
                  int threadNum,
                  Random random)
    • Method Detail

      • getPath

        public String getPath()
        Returns the path to the underlying temporary file.
      • getPathFile

        public File getPathFile()
        Returns the path to the underlying temporary file as a File.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object