Class Auxv


  • @ThreadSafe
    public final class Auxv
    extends java.lang.Object
    Utility to read auxiliary vector from /proc/self/auxv
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Auxv()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Map<java.lang.Integer,​java.lang.Long> queryAuxv()
      Retrieve the auxiliary vector for the current process
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Auxv

        private Auxv()
    • Method Detail

      • queryAuxv

        public static java.util.Map<java.lang.Integer,​java.lang.Long> queryAuxv()
        Retrieve the auxiliary vector for the current process
        Returns:
        A map of auxiliary vector keys to their respective values
        See Also:
        auxvec.h