Class FD

java.lang.Object
com.abovevacant.epitaph.core.FD

public final class FD extends Object
An open file descriptor.
  • Field Details

    • fd

      public final int fd
      File descriptor number.
    • path

      public final String path
      Path of the file.
    • owner

      public final String owner
      Owner of the file descriptor.
    • tag

      public final long tag
      Tag associated with the file descriptor.
  • Constructor Details

    • FD

      public FD(int fd, String path, String owner, long tag)