Class PosixFAdvise

java.lang.Object
com.yahoo.nativec.PosixFAdvise

public class PosixFAdvise extends Object
Gives access to the C library posix_fadvise() function.
Author:
baldersheim
  • Field Details

  • Constructor Details

    • PosixFAdvise

      public PosixFAdvise()
  • Method Details

    • init

      public static Throwable init()
    • posix_fadvise

      public static int posix_fadvise(int fd, long offset, long len, int flag) throws com.sun.jna.LastErrorException
      Throws:
      com.sun.jna.LastErrorException